Create a new TargetSelectionDAGInfo class. This will eventually acquire
[oota-llvm.git] / lib / CodeGen / SelectionDAG / CMakeLists.txt
index 80c7d7c9eb9ca7d9897c9076341814ff7f8d3a12..0cfd5e1d7e21c9a225bdcef1d17d8eab75784244 100644 (file)
@@ -20,6 +20,7 @@ add_llvm_library(LLVMSelectionDAG
   SelectionDAGISel.cpp
   SelectionDAGPrinter.cpp
   TargetLowering.cpp
+  TargetSelectionDAGInfo.cpp
   )
 
 target_link_libraries (LLVMSelectionDAG LLVMAnalysis LLVMAsmPrinter LLVMCodeGen)