[llvm-commits] [test-suite] r52416 - /test-suite/trunk/Makefile.programs
Chris Lattner
sabre at nondot.org
Tue Jun 17 10:15:16 PDT 2008
Author: lattner
Date: Tue Jun 17 12:15:16 2008
New Revision: 52416
URL: http://llvm.org/viewvc/llvm-project?rev=52416&view=rev
Log:
forgot to commit this last night :(
Modified:
test-suite/trunk/Makefile.programs
Modified: test-suite/trunk/Makefile.programs
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.programs?rev=52416&r1=52415&r2=52416&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Tue Jun 17 12:15:16 2008
@@ -219,7 +219,8 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -enable-sinking
+LLCBETAOPTION := -enable-value-prop
+#-enable-sinking
#-schedule-livein-copies
#-machine-licm
#-new-coalescer-heuristic=true
More information about the llvm-commits
mailing list