[llvm-commits] [llvm] r71085 - /llvm/trunk/lib/CodeGen/CMakeLists.txt

Oscar Fuentes ofv at wanadoo.es
Wed May 6 07:56:58 PDT 2009


Author: ofv
Date: Wed May  6 09:56:40 2009
New Revision: 71085

URL: http://llvm.org/viewvc/llvm-project?rev=71085&view=rev
Log:
CMake: Updated lib/CodeGen/CMakeLists.txt.

Modified:
    llvm/trunk/lib/CodeGen/CMakeLists.txt

Modified: llvm/trunk/lib/CodeGen/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/CMakeLists.txt?rev=71085&r1=71084&r2=71085&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/CMakeLists.txt (original)
+++ llvm/trunk/lib/CodeGen/CMakeLists.txt Wed May  6 09:56:40 2009
@@ -47,7 +47,6 @@
   ScheduleDAGPrinter.cpp
   ShadowStackGC.cpp
   SimpleRegisterCoalescing.cpp
-  Spiller.cpp
   StackProtector.cpp
   StackSlotColoring.cpp
   StrongPHIElimination.cpp
@@ -55,4 +54,5 @@
   TwoAddressInstructionPass.cpp
   UnreachableBlockElim.cpp
   VirtRegMap.cpp
+  VirtRegRewriter.cpp
   )





More information about the llvm-commits mailing list