[CodeGen] Assert on getNode(FP_EXTEND) with a smaller dst type.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / CMakeLists.txt
index 9a79217658a8bd704bfb07db69d32fd5a00d6d43..fbedf2c1d17a3848d807a4faad3c18874b417e09 100644 (file)
@@ -16,9 +16,13 @@ add_llvm_library(LLVMSelectionDAG
   ScheduleDAGSDNodes.cpp
   SelectionDAG.cpp
   SelectionDAGBuilder.cpp
+  SelectionDAGDumper.cpp
   SelectionDAGISel.cpp
   SelectionDAGPrinter.cpp
+  StatepointLowering.cpp
   ScheduleDAGVLIW.cpp
   TargetLowering.cpp
   TargetSelectionDAGInfo.cpp
   )
+
+add_dependencies(LLVMSelectionDAG intrinsics_gen)