[llvm-commits] [test-suite] r77567 - /test-suite/trunk/Makefile.programs

Dan Gohman gohman at apple.com
Wed Jul 29 18:57:46 PDT 2009


Author: djg
Date: Wed Jul 29 20:57:46 2009
New Revision: 77567

URL: http://llvm.org/viewvc/llvm-project?rev=77567&view=rev
Log:
Test -strict-index-regclass with LLCBETA.

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=77567&r1=77566&r2=77567&view=diff

==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Wed Jul 29 20:57:46 2009
@@ -224,10 +224,10 @@
 LLCBETAOPTION := -sched=simple 
 endif
 ifeq ($(ARCH),x86_64)
-LLCBETAOPTION := -disable-post-RA-scheduler=false
+LLCBETAOPTION := -strict-index-regclass
 endif
 ifeq ($(ARCH),x86)
-LLCBETAOPTION := -disable-post-RA-scheduler=false
+LLCBETAOPTION := -strict-index-regclass
 #-pre-alloc-split
 #-join-cross-class-copies
 #-fast-isel





More information about the llvm-commits mailing list