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

Evan Cheng evan.cheng at apple.com
Sat Jun 24 01:43:36 PDT 2006



Changes in directory llvm-test:

Makefile.programs updated: 1.217 -> 1.218
---
Log message:

Switch x86 llcbeta back to -enable-x86-fastcc

---
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.217 llvm-test/Makefile.programs:1.218
--- llvm-test/Makefile.programs:1.217	Tue Jun 13 23:48:37 2006
+++ llvm-test/Makefile.programs	Sat Jun 24 03:43:23 2006
@@ -197,7 +197,7 @@
 LLCBETAOPTION := -sched=simple 
 endif
 ifeq ($(ARCH),x86)
-LLCBETAOPTION := -sched=list-tdrr
+LLCBETAOPTION := -enable-x86-fastcc
 endif
 ifeq ($(ARCH),Sparc)
 LLCBETAOPTION := -enable-sparc-v9-insts






More information about the llvm-commits mailing list