[llvm-commits] CVS: llvm-test/Makefile.programs
Chris Lattner
sabre at nondot.org
Mon Nov 6 23:19:17 PST 2006
Changes in directory llvm-test:
Makefile.programs updated: 1.235 -> 1.236
---
Log message:
regalloc hack = llc-beta tonight.
---
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.235 llvm-test/Makefile.programs:1.236
--- llvm-test/Makefile.programs:1.235 Tue Oct 31 19:36:08 2006
+++ llvm-test/Makefile.programs Tue Nov 7 01:19:03 2006
@@ -193,7 +193,8 @@
endif#DISABLE_DIFFS
ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := --enable-tail-merge
+LLCBETAOPTION := -enable-majik-f00
+#--enable-tail-merge
#-regalloc=local -fast
endif
ifeq ($(ARCH),Alpha)
@@ -204,7 +205,8 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := --enable-tail-merge
+LLCBETAOPTION := -enable-majik-f00
+#--enable-tail-merge
#-regalloc=local -fast
endif
ifeq ($(ARCH),Sparc)
More information about the llvm-commits
mailing list