From 9422e01a63758de4be2acb85d41d5d4676c1c749 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 13 May 2009 06:27:38 +0000 Subject: [PATCH] add ShrinkWrapping.cpp git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71645 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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