From: Oscar Fuentes Date: Wed, 6 May 2009 14:56:40 +0000 (+0000) Subject: CMake: Updated lib/CodeGen/CMakeLists.txt. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5dcf50bd03008804a7af3089e8f494f0bd8bf547;p=oota-llvm.git CMake: Updated lib/CodeGen/CMakeLists.txt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71085 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index a186b0538f3..bf8c153a32e 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 )