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 )