[llvm-commits] [test-suite] r45011 - /test-suite/trunk/Makefile.programs
Evan Cheng
evan.cheng at apple.com
Thu Dec 13 10:58:22 PST 2007
Author: evancheng
Date: Thu Dec 13 12:58:22 2007
New Revision: 45011
URL: http://llvm.org/viewvc/llvm-project?rev=45011&view=rev
Log:
Change x86 llcbeta back to -new-coalescer-heuristic=true
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=45011&r1=45010&r2=45011&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Thu Dec 13 12:58:22 2007
@@ -222,8 +222,7 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -optimize-ext-uses
-#-new-coalescer-heuristic=true
+LLCBETAOPTION := -new-coalescer-heuristic=true
#-tailcallopt
#-regalloc=local -fast
#-disable-rematerialization
More information about the llvm-commits
mailing list