[llvm-commits] [llvm] r71645 - /llvm/trunk/lib/CodeGen/CMakeLists.txt
Chris Lattner
sabre at nondot.org
Tue May 12 23:27:38 PDT 2009
Author: lattner
Date: Wed May 13 01:27:38 2009
New Revision: 71645
URL: http://llvm.org/viewvc/llvm-project?rev=71645&view=rev
Log:
add ShrinkWrapping.cpp
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=71645&r1=71644&r2=71645&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/CMakeLists.txt (original)
+++ llvm/trunk/lib/CodeGen/CMakeLists.txt Wed May 13 01:27:38 2009
@@ -46,6 +46,7 @@
ScheduleDAGInstrs.cpp
ScheduleDAGPrinter.cpp
ShadowStackGC.cpp
+ ShrinkWrapping.cpp
SimpleRegisterCoalescing.cpp
StackProtector.cpp
StackSlotColoring.cpp
More information about the llvm-commits
mailing list