[llvm-commits] CVS: llvm-test/Makefile.programs

Evan Cheng evan.cheng at apple.com
Mon May 1 02:16:44 PDT 2006



Changes in directory llvm-test:

Makefile.programs updated: 1.207 -> 1.208
---
Log message:

Set llcbeta to -sched-ignore-store to test a scheduler tweak. (This option turns off the tweak.)

---
Diffs of the changes:  (+1 -1)

 Makefile.programs |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs:1.207 llvm-test/Makefile.programs:1.208
--- llvm-test/Makefile.programs:1.207	Mon May  1 03:57:18 2006
+++ llvm-test/Makefile.programs	Mon May  1 04:16:32 2006
@@ -197,7 +197,7 @@
 LLCBETAOPTION := -sched=simple 
 endif
 ifeq ($(ARCH),x86)
-LLCBETAOPTION := -enable-x86-fastcc
+LLCBETAOPTION := -sched-ignore-store
 endif
 ifeq ($(ARCH),Sparc)
 LLCBETAOPTION := -enable-sparc-v9-insts






More information about the llvm-commits mailing list