[llvm-commits] [test-suite] r42468 -	/test-suite/trunk/Makefile.programs
    Evan Cheng 
    evan.cheng at apple.com
       
    Fri Sep 28 20:06:21 PDT 2007
    
    
  
Author: evancheng
Date: Fri Sep 28 22:06:21 2007
New Revision: 42468
URL: http://llvm.org/viewvc/llvm-project?rev=42468&view=rev
Log:
x86 llcbeta back to -regalloc=local -fast
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=42468&r1=42467&r2=42468&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Fri Sep 28 22:06:21 2007
@@ -221,7 +221,7 @@
 LLCBETAOPTION := -sched=simple 
 endif
 ifeq ($(ARCH),x86)
-LLCBETAOPTION := -new-cc-modeling-scheme
+LLCBETAOPTION := -regalloc=local -fast
 #-disable-rematerialization
 #-disable-fp-elim
 #-regalloc=bigblock -fast
    
    
More information about the llvm-commits
mailing list