NVPTX: Use RAUW instead of reinventing the wheel
[oota-llvm.git] / lib / Analysis / CMakeLists.txt
index b546789b9491c8e693c6e0e86411c01fba989597..a6734772c070a6050c1da0a810ed63154291568b 100644 (file)
@@ -25,6 +25,7 @@ add_llvm_library(LLVMAnalysis
   InstructionSimplify.cpp
   Interval.cpp
   IntervalPartition.cpp
+  JumpInstrTableInfo.cpp
   LazyCallGraph.cpp
   LazyValueInfo.cpp
   LibCallAliasAnalysis.cpp
@@ -52,6 +53,7 @@ add_llvm_library(LLVMAnalysis
   TargetTransformInfo.cpp
   Trace.cpp
   TypeBasedAliasAnalysis.cpp
+  ScopedNoAliasAA.cpp
   ValueTracking.cpp
   )