Changes in directory llvm-test:

Makefile.programs updated: 1.234 -> 1.235
---
Log message:

switch llcbeta back to tail merging


---
Diffs of the changes:  (+4 -2)

 Makefile.programs |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs:1.234 llvm-test/Makefile.programs:1.235
--- llvm-test/Makefile.programs:1.234   Mon Oct 23 17:10:59 2006
+++ llvm-test/Makefile.programs Tue Oct 31 19:36:08 2006
@@ -193,7 +193,8 @@
 endif#DISABLE_DIFFS
 
 ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := -regalloc=local -fast
+LLCBETAOPTION := --enable-tail-merge
+#-regalloc=local -fast
 endif
 ifeq ($(ARCH),Alpha)
 LLCBETAOPTION := -sched=list-td 
@@ -203,7 +204,8 @@
 LLCBETAOPTION := -sched=simple 
 endif
 ifeq ($(ARCH),x86)
-LLCBETAOPTION := -regalloc=local -fast
+LLCBETAOPTION := --enable-tail-merge
+#-regalloc=local -fast
 endif
 ifeq ($(ARCH),Sparc)
 LLCBETAOPTION := -enable-sparc-v9-insts



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to