diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-08-14 01:55:09 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-08-14 01:55:09 +0000 |
commit | da2eba58ed673b29d6e29379bf7636737b29e37c (patch) | |
tree | 2bd2996e9c47b10aa7141ef076351e30394d4943 | |
parent | f4ade0ae3f268c6a1c9b59e2c0803aabe705a53f (diff) | |
download | bcm5719-llvm-da2eba58ed673b29d6e29379bf7636737b29e37c.tar.gz bcm5719-llvm-da2eba58ed673b29d6e29379bf7636737b29e37c.zip |
Update CMake build.
llvm-svn: 111063
-rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index a8b9419ad20..2ef115dbd20 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt @@ -22,7 +22,7 @@ add_llvm_library(LLVMCodeGen LiveIntervalAnalysis.cpp LiveStackAnalysis.cpp LiveVariables.cpp - LocalStackAllocation.cpp + LocalStackSlotAllocation.cpp LowerSubregs.cpp MachineBasicBlock.cpp MachineCSE.cpp |