[llvm-commits] [test-suite] r44971 - /test-suite/trunk/Makefile.programs
Evan Cheng
evan.cheng at apple.com
Wed Dec 12 16:51:42 PST 2007
Author: evancheng
Date: Wed Dec 12 18:51:41 2007
New Revision: 44971
URL: http://llvm.org/viewvc/llvm-project?rev=44971&view=rev
Log:
Doh.
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=44971&r1=44970&r2=44971&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Wed Dec 12 18:51:41 2007
@@ -222,7 +222,8 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -new-coalescer-heuristic=true
+LLCBETAOPTION := -optimize-ext-uses
+#-new-coalescer-heuristic=true
#-tailcallopt
#-regalloc=local -fast
#-disable-rematerialization
@@ -233,8 +234,7 @@
LLCBETAOPTION := -enable-sparc-v9-insts
endif
ifeq ($(ARCH),ARM)
-LLCBETAOPTION := -optimize-ext-uses
-#-new-coalescer-heuristic=true
+LLCBETAOPTION := -new-coalescer-heuristic=true
#-disable-rematerialization
#-march=thumb
endif
More information about the llvm-commits
mailing list