Do not form ldrd / strd if the two dests / srcs are the same. Code clean up.
[oota-llvm.git] / lib / Analysis / CMakeLists.txt
index 4bcaf4fdf1808460b355d08cfd5d02270cb6955c..093aa69bb19fad03cbeff3aef1c57d821f087dad 100644 (file)
@@ -6,14 +6,18 @@ add_llvm_library(LLVMAnalysis
   AliasSetTracker.cpp
   Analysis.cpp
   BasicAliasAnalysis.cpp
+  CaptureTracking.cpp
   CFGPrinter.cpp
   ConstantFolding.cpp
-  EscapeAnalysis.cpp
+  DbgInfoPrinter.cpp
+  DebugInfo.cpp
   InstCount.cpp
   Interval.cpp
   IntervalPartition.cpp
+  IVUsers.cpp
   LibCallAliasAnalysis.cpp
   LibCallSemantics.cpp
+  LiveValues.cpp
   LoopInfo.cpp
   LoopPass.cpp
   LoopVR.cpp