The BLX instruction is encoded differently than the BL, because why not? In
[oota-llvm.git] / lib / Analysis / CMakeLists.txt
index 5294550514ab2fe9dd24fcad79830aa076ba2f70..0c595827bd7549c2f186dc26aaf638518eb89607 100644 (file)
@@ -11,6 +11,7 @@ add_llvm_library(LLVMAnalysis
   ConstantFolding.cpp
   DbgInfoPrinter.cpp
   DebugInfo.cpp
+  DIBuilder.cpp
   DomPrinter.cpp
   IVUsers.cpp
   InlineCost.cpp
@@ -40,6 +41,7 @@ add_llvm_library(LLVMAnalysis
   ProfileInfoLoaderPass.cpp
   ProfileVerifierPass.cpp
   RegionInfo.cpp
+  RegionPass.cpp
   RegionPrinter.cpp
   ScalarEvolution.cpp
   ScalarEvolutionAliasAnalysis.cpp