diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2010-07-17 12:12:42 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2010-07-17 12:12:42 +0000 |
commit | b653ce648da6d4b5956ad5dcfa9be31e42aed2df (patch) | |
tree | b610f227c00161efe0582516fc468df26a5edb7d /llvm/lib/CodeGen | |
parent | 8de7966fd51353316507e43db840a6378d7aceef (diff) | |
download | bcm5719-llvm-b653ce648da6d4b5956ad5dcfa9be31e42aed2df.tar.gz bcm5719-llvm-b653ce648da6d4b5956ad5dcfa9be31e42aed2df.zip |
update CMakeLists.txt
llvm-svn: 108620
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index ffeff1ee27a..078bb194382 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt @@ -67,6 +67,7 @@ add_llvm_library(LLVMCodeGen SjLjEHPrepare.cpp SlotIndexes.cpp Spiller.cpp + Splitter.cpp StackProtector.cpp StackSlotColoring.cpp StrongPHIElimination.cpp |