[llvm-commits] [test-suite] r52088 - /test-suite/trunk/Makefile.programs
Evan Cheng
evan.cheng at apple.com
Sat Jun 7 20:35:31 PDT 2008
Author: evancheng
Date: Sat Jun 7 22:35:30 2008
New Revision: 52088
URL: http://llvm.org/viewvc/llvm-project?rev=52088&view=rev
Log:
Switch llcbeta to -enable-sinking.
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=52088&r1=52087&r2=52088&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Sat Jun 7 22:35:30 2008
@@ -219,9 +219,8 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -stack-coloring
+LLCBETAOPTION := -enable-sinking
#-schedule-livein-copies
-#-enable-sinking
#-machine-licm
#-new-coalescer-heuristic=true
#-tailcallopt
@@ -233,9 +232,8 @@
LLCBETAOPTION := -enable-sparc-v9-insts
endif
ifeq ($(ARCH),ARM)
-LLCBETAOPTION := -stack-coloring
+LLCBETAOPTION := -enable-sinking
#-schedule-livein-copies
-#-enable-sinking
#-new-coalescer-heuristic=true
#-march=thumb
endif
More information about the llvm-commits
mailing list