Issue description:
[oota-llvm.git] / lib / CodeGen / SelectionDAG / CMakeLists.txt
index 6bff251add7109fca76487f38c65242d73bf30a5..75e816720f5708e6c67e9c5a1cf2d990b41e965e 100644 (file)
@@ -16,9 +16,12 @@ add_llvm_library(LLVMSelectionDAG
   ScheduleDAGSDNodes.cpp
   SelectionDAG.cpp
   SelectionDAGBuilder.cpp
+  SelectionDAGDumper.cpp
   SelectionDAGISel.cpp
   SelectionDAGPrinter.cpp
-  SelectionDAGVLIW.cpp
+  ScheduleDAGVLIW.cpp
   TargetLowering.cpp
   TargetSelectionDAGInfo.cpp
   )
+
+add_dependencies(LLVMSelectionDAG intrinsics_gen)