Refactor the SelectionDAG's 'dump' methods into their own .cpp file.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / CMakeLists.txt
index 9a79217658a8bd704bfb07db69d32fd5a00d6d43..a6bdc3be32e0d192fa3436fbb644c0d4a121444d 100644 (file)
@@ -16,6 +16,7 @@ add_llvm_library(LLVMSelectionDAG
   ScheduleDAGSDNodes.cpp
   SelectionDAG.cpp
   SelectionDAGBuilder.cpp
+  SelectionDAGDumper.cpp
   SelectionDAGISel.cpp
   SelectionDAGPrinter.cpp
   ScheduleDAGVLIW.cpp