Make makeLoopInvariant report whether it made any changes or not,
[oota-llvm.git] / lib / Analysis / CMakeLists.txt
index 093aa69bb19fad03cbeff3aef1c57d821f087dad..121ac63df12d0a3db22f5080651943a6c416c971 100644 (file)
@@ -18,10 +18,12 @@ add_llvm_library(LLVMAnalysis
   LibCallAliasAnalysis.cpp
   LibCallSemantics.cpp
   LiveValues.cpp
+  LoopDependenceAnalysis.cpp
   LoopInfo.cpp
   LoopPass.cpp
   LoopVR.cpp
   MemoryDependenceAnalysis.cpp
+  PointerTracking.cpp
   PostDominators.cpp
   ProfileInfo.cpp
   ProfileInfoLoader.cpp
@@ -32,3 +34,5 @@ add_llvm_library(LLVMAnalysis
   Trace.cpp
   ValueTracking.cpp
   )
+
+target_link_libraries (LLVMAnalysis LLVMSupport)