diff options
author | Andrew Trick <atrick@apple.com> | 2012-02-01 22:28:29 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2012-02-01 22:28:29 +0000 |
commit | 3441597f84e8c025eff4c65c3f82c1c0ffa3f764 (patch) | |
tree | 1d2008ccee2ee06b3011284e28f9e53f60bb8c30 /llvm/lib/CodeGen/SelectionDAG | |
parent | a27b0cd8ee66e9debea8f71813b1c88dfebdf14c (diff) | |
download | bcm5719-llvm-3441597f84e8c025eff4c65c3f82c1c0ffa3f764.tar.gz bcm5719-llvm-3441597f84e8c025eff4c65c3f82c1c0ffa3f764.zip |
fix cmake
llvm-svn: 149553
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt b/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt index 6bff251add7..9a79217658a 100644 --- a/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt +++ b/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt @@ -18,7 +18,7 @@ add_llvm_library(LLVMSelectionDAG SelectionDAGBuilder.cpp SelectionDAGISel.cpp SelectionDAGPrinter.cpp - SelectionDAGVLIW.cpp + ScheduleDAGVLIW.cpp TargetLowering.cpp TargetSelectionDAGInfo.cpp ) |