aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2009-05-06 14:56:40 +0000
committerOscar Fuentes <ofv@wanadoo.es>2009-05-06 14:56:40 +0000
commit5dcf50bd03008804a7af3089e8f494f0bd8bf547 (patch)
treea1244593ca6eca9f1d0ecab5d7ebd592a5e7e1a5 /lib/CodeGen/CMakeLists.txt
parentd413c01088ff0bf9ab1d856f75ef2ba84427fd6d (diff)
downloadexternal_llvm-5dcf50bd03008804a7af3089e8f494f0bd8bf547.zip
external_llvm-5dcf50bd03008804a7af3089e8f494f0bd8bf547.tar.gz
external_llvm-5dcf50bd03008804a7af3089e8f494f0bd8bf547.tar.bz2
CMake: Updated lib/CodeGen/CMakeLists.txt.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71085 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CMakeLists.txt')
-rw-r--r--lib/CodeGen/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt
index a186b05..bf8c153 100644
--- a/lib/CodeGen/CMakeLists.txt
+++ b/lib/CodeGen/CMakeLists.txt
@@ -47,7 +47,6 @@ add_llvm_library(LLVMCodeGen
ScheduleDAGPrinter.cpp
ShadowStackGC.cpp
SimpleRegisterCoalescing.cpp
- Spiller.cpp
StackProtector.cpp
StackSlotColoring.cpp
StrongPHIElimination.cpp
@@ -55,4 +54,5 @@ add_llvm_library(LLVMCodeGen
TwoAddressInstructionPass.cpp
UnreachableBlockElim.cpp
VirtRegMap.cpp
+ VirtRegRewriter.cpp
)