diff options
Diffstat (limited to 'gnu/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt')
| -rw-r--r-- | gnu/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt b/gnu/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt index fbedf2c1d17..b3d26c41acf 100644 --- a/gnu/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt +++ b/gnu/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt @@ -14,15 +14,15 @@ add_llvm_library(LLVMSelectionDAG ScheduleDAGFast.cpp ScheduleDAGRRList.cpp ScheduleDAGSDNodes.cpp - SelectionDAG.cpp + ScheduleDAGVLIW.cpp SelectionDAGBuilder.cpp + SelectionDAG.cpp SelectionDAGDumper.cpp SelectionDAGISel.cpp SelectionDAGPrinter.cpp + SelectionDAGTargetInfo.cpp StatepointLowering.cpp - ScheduleDAGVLIW.cpp TargetLowering.cpp - TargetSelectionDAGInfo.cpp ) add_dependencies(LLVMSelectionDAG intrinsics_gen) |
