After a custom inserter, in a block which has constant instructions,
[oota-llvm.git] / lib / CodeGen / SelectionDAG / CMakeLists.txt
index 80c7d7c9eb9ca7d9897c9076341814ff7f8d3a12..799988a4c8621be280681f505b7ea9394c9ab75b 100644 (file)
@@ -1,5 +1,4 @@
 add_llvm_library(LLVMSelectionDAG
-  CallingConvLower.cpp
   DAGCombiner.cpp
   FastISel.cpp
   FunctionLoweringInfo.cpp
@@ -20,6 +19,7 @@ add_llvm_library(LLVMSelectionDAG
   SelectionDAGISel.cpp
   SelectionDAGPrinter.cpp
   TargetLowering.cpp
+  TargetSelectionDAGInfo.cpp
   )
 
 target_link_libraries (LLVMSelectionDAG LLVMAnalysis LLVMAsmPrinter LLVMCodeGen)