[llvm-commits] [test-suite] r45359 - /test-suite/trunk/Makefile.programs
Chris Lattner
sabre at nondot.org
Wed Dec 26 09:21:32 PST 2007
Author: lattner
Date: Wed Dec 26 11:21:31 2007
New Revision: 45359
URL: http://llvm.org/viewvc/llvm-project?rev=45359&view=rev
Log:
switch llcbeta back.
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=45359&r1=45358&r2=45359&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Wed Dec 26 11:21:31 2007
@@ -222,8 +222,7 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -backedge-hack
-#LLCBETAOPTION := -new-coalescer-heuristic=true
+LLCBETAOPTION := -new-coalescer-heuristic=true
#-tailcallopt
#-regalloc=local -fast
#-disable-rematerialization
More information about the llvm-commits
mailing list