[llvm-commits] CVS: llvm-test/Makefile.programs
Evan Cheng
evan.cheng at apple.com
Fri Apr 28 11:54:26 PDT 2006
Changes in directory llvm-test:
Makefile.programs updated: 1.204 -> 1.205
---
Log message:
Remove the temporary option: -no-isel-fold-inflight
---
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.204 llvm-test/Makefile.programs:1.205
--- llvm-test/Makefile.programs:1.204 Thu Apr 27 21:12:07 2006
+++ llvm-test/Makefile.programs Fri Apr 28 13:54:11 2006
@@ -197,7 +197,7 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -no-isel-fold-inflight
+LLCBETAOPTION := -enable-x86-fastcc
endif
ifeq ($(ARCH),Sparc)
LLCBETAOPTION := -enable-sparc-v9-insts
More information about the llvm-commits
mailing list