Fix CMake makefiles
[oota-llvm.git] / lib / CodeGen / CMakeLists.txt
index 416f4ba0148b538ac9056b0d22881a22a9c5bedd..9583edcbe44af8ab6ccea3ac44dbf522915b564b 100644 (file)
@@ -42,6 +42,7 @@ add_llvm_library(LLVMCodeGen
   Passes.cpp
   PostRASchedulerList.cpp
   PreAllocSplitting.cpp
+  ProcessImplicitDefs.cpp
   PrologEpilogInserter.cpp
   PseudoSourceValue.cpp
   RegAllocLinearScan.cpp
@@ -57,6 +58,7 @@ add_llvm_library(LLVMCodeGen
   ShrinkWrapping.cpp
   SimpleRegisterCoalescing.cpp
   SjLjEHPrepare.cpp
+  SlotIndexes.cpp
   Spiller.cpp
   StackProtector.cpp
   StackSlotColoring.cpp