summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2009-03-11 22:52:25 +0000
committerGabor Greif <ggreif@gmail.com>2009-03-11 22:52:25 +0000
commitc40d4f85ddd6f822480f91dacd9646eec055c4ca (patch)
treeda50e9a2626cfd48b3a1f8a7d6c0e00703c97f28
parentb316f90e57aa4d4a5d2f3337c5dd33d784d6e74a (diff)
downloadllvm-c40d4f85ddd6f822480f91dacd9646eec055c4ca.tar.gz
llvm-c40d4f85ddd6f822480f91dacd9646eec055c4ca.tar.bz2
llvm-c40d4f85ddd6f822480f91dacd9646eec055c4ca.tar.xz
update
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66733 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt
index fed323742c..a186b0538f 100644
--- a/lib/CodeGen/CMakeLists.txt
+++ b/lib/CodeGen/CMakeLists.txt
@@ -47,6 +47,7 @@ add_llvm_library(LLVMCodeGen
ScheduleDAGPrinter.cpp
ShadowStackGC.cpp
SimpleRegisterCoalescing.cpp
+ Spiller.cpp
StackProtector.cpp
StackSlotColoring.cpp
StrongPHIElimination.cpp