diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2008-10-21 02:37:50 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2008-10-21 02:37:50 +0000 |
commit | 7334b1521018651bf04d3da8d612cc9f2da506a8 (patch) | |
tree | 047a2f1ac8551ce5a785e47b440e10f0b55a34e3 | |
parent | b9a31a15f9ee8d4eff5bb0fec3dbfde54121af56 (diff) |
CMake: updated lib/CodeGen/CMakeLists.txt
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57869 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 757d3ed021..b5d3e263cf 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -30,6 +30,7 @@ add_llvm_library(LLVMCodeGen PHIElimination.cpp Passes.cpp PostRASchedulerList.cpp + PreAllocSplitting.cpp PrologEpilogInserter.cpp PseudoSourceValue.cpp RegAllocBigBlock.cpp |