CMake: Updated lib/CodeGen/CMakeLists.txt.
authorOscar Fuentes <ofv@wanadoo.es>
Wed, 6 May 2009 14:56:40 +0000 (14:56 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Wed, 6 May 2009 14:56:40 +0000 (14:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71085 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CMakeLists.txt

index a186b0538f3b6ce3a57636572e30a0a8e4613774..bf8c153a32e009ee1d170d4c8dc82bbe6203edd3 100644 (file)
@@ -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
   )