From: Chris Lattner Date: Wed, 13 May 2009 06:27:38 +0000 (+0000) Subject: add ShrinkWrapping.cpp X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9422e01a63758de4be2acb85d41d5d4676c1c749;p=oota-llvm.git add ShrinkWrapping.cpp git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71645 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 2cae80f321d..9be7cf37de3 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -46,6 +46,7 @@ add_llvm_library(LLVMCodeGen ScheduleDAGInstrs.cpp ScheduleDAGPrinter.cpp ShadowStackGC.cpp + ShrinkWrapping.cpp SimpleRegisterCoalescing.cpp StackProtector.cpp StackSlotColoring.cpp