diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-07-31 00:35:23 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-07-31 00:35:23 +0000 |
commit | 218388fb8d87c037eb019f339faff711dd03eb6f (patch) | |
tree | ea2453499aa82ce06d8359218269aa78d3e303af | |
parent | df4b3dc3a41b7ec23feda94e15262dd248b22926 (diff) | |
download | bcm5719-llvm-218388fb8d87c037eb019f339faff711dd03eb6f.tar.gz bcm5719-llvm-218388fb8d87c037eb019f339faff711dd03eb6f.zip |
Fix cmake build.
llvm-svn: 77649
-rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index 58c879e5d5f..34ff08fee15 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt @@ -40,7 +40,6 @@ add_llvm_library(LLVMCodeGen PreAllocSplitting.cpp PrologEpilogInserter.cpp PseudoSourceValue.cpp - RegAllocBigBlock.cpp RegAllocLinearScan.cpp RegAllocLocal.cpp RegAllocPBQP.cpp |