[llvm-commits] CVS: llvm-test/Makefile.programs
Evan Cheng
evan.cheng at apple.com
Sat Mar 18 22:11:21 PST 2006
Changes in directory llvm-test:
Makefile.programs updated: 1.200 -> 1.201
---
Log message:
Switch x86 llc-beta back to -enable-x86-fastcc now that LSR is on by default
---
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.200 llvm-test/Makefile.programs:1.201
--- llvm-test/Makefile.programs:1.200 Thu Mar 9 20:18:30 2006
+++ llvm-test/Makefile.programs Sun Mar 19 00:11:09 2006
@@ -197,7 +197,7 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -enable-x86-lsr
+LLCBETAOPTION := -enable-x86-fastcc
endif
ifeq ($(ARCH),Sparc)
LLCBETAOPTION := -enable-sparc-v9-insts
More information about the llvm-commits
mailing list