[llvm-commits] [test-suite] r64734 - /test-suite/trunk/Makefile.programs
Evan Cheng
evan.cheng at apple.com
Mon Feb 16 19:04:45 PST 2009
Author: evancheng
Date: Mon Feb 16 21:04:45 2009
New Revision: 64734
URL: http://llvm.org/viewvc/llvm-project?rev=64734&view=rev
Log:
Command line option -enable-sinking has been removed.
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=64734&r1=64733&r2=64734&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Mon Feb 16 21:04:45 2009
@@ -227,14 +227,14 @@
LLCBETAOPTION := -disable-post-RA-scheduler=false
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -disable-post-RA-scheduler=false
+LLCBETAOPTION := -xx
+#-disable-post-RA-scheduler=false
#-pre-alloc-split
#-join-cross-class-copies
#-fast-isel
#-aggressive-remat
#-new-spilling-heuristic
#-enable-value-prop
-#-enable-sinking
#-schedule-livein-copies
#-new-coalescer-heuristic=true
#-tailcallopt
@@ -246,8 +246,7 @@
LLCBETAOPTION := -enable-sparc-v9-insts
endif
ifeq ($(ARCH),ARM)
-LLCBETAOPTION := -enable-sinking
-#-schedule-livein-copies
+LLCBETAOPTION := -schedule-livein-copies
#-new-coalescer-heuristic=true
#-march=thumb
endif
More information about the llvm-commits
mailing list