[llvm-commits] CVS: llvm-test/Makefile.programs

Chris Lattner sabre at nondot.org
Tue Oct 31 17:36:22 PST 2006



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






More information about the llvm-commits mailing list