summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
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
commit49518d8f549d90b8d48024c7b5e9d45841794289 (patch)
treecd4ed0b4c22292ef6ffda456d284863f0f9dcaa1 /llvm/lib/CodeGen
parenta6e2006f83092f1f1aca8cdb5504ddcd987634f0 (diff)
downloadbcm5719-llvm-49518d8f549d90b8d48024c7b5e9d45841794289.tar.gz
bcm5719-llvm-49518d8f549d90b8d48024c7b5e9d45841794289.zip
CMake: Updated lib/CodeGen/CMakeLists.txt.
llvm-svn: 71085
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt
index a186b0538f3..bf8c153a32e 100644
--- a/llvm/lib/CodeGen/CMakeLists.txt
+++ b/llvm/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
)
OpenPOWER on IntegriCloud