[llvm-commits] CVS: llvm-test/Makefile.programs
Chris Lattner
sabre at nondot.org
Mon Oct 23 15:11:14 PDT 2006
Changes in directory llvm-test:
Makefile.programs updated: 1.233 -> 1.234
---
Log message:
revert llcbeta option
---
Diffs of the changes: (+2 -2)
Makefile.programs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs:1.233 llvm-test/Makefile.programs:1.234
--- llvm-test/Makefile.programs:1.233 Fri Oct 20 22:16:58 2006
+++ llvm-test/Makefile.programs Mon Oct 23 17:10:59 2006
@@ -193,7 +193,7 @@
endif#DISABLE_DIFFS
ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := -enable-tail-merge
+LLCBETAOPTION := -regalloc=local -fast
endif
ifeq ($(ARCH),Alpha)
LLCBETAOPTION := -sched=list-td
@@ -203,7 +203,7 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -enable-tail-merge
+LLCBETAOPTION := -regalloc=local -fast
endif
ifeq ($(ARCH),Sparc)
LLCBETAOPTION := -enable-sparc-v9-insts
More information about the llvm-commits
mailing list