[llvm-commits] CVS: llvm-test/Makefile.programs
Evan Cheng
evan.cheng at apple.com
Mon Aug 28 13:12:53 PDT 2006
Changes in directory llvm-test:
Makefile.programs updated: 1.221 -> 1.222
---
Log message:
Set x86 llcbeta to -enable-x86-isel-preprocessing.
---
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.221 llvm-test/Makefile.programs:1.222
--- llvm-test/Makefile.programs:1.221 Mon Aug 28 14:16:59 2006
+++ llvm-test/Makefile.programs Mon Aug 28 15:12:39 2006
@@ -203,7 +203,7 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -enable-x86-fastcc
+LLCBETAOPTION := -enable-x86-isel-preprocessing
endif
ifeq ($(ARCH),Sparc)
LLCBETAOPTION := -enable-sparc-v9-insts
More information about the llvm-commits
mailing list