[llvm-commits] CVS: llvm-test/Makefile.programs
Chris Lattner
sabre at nondot.org
Thu Nov 9 18:08:40 PST 2006
Changes in directory llvm-test:
Makefile.programs updated: 1.237 -> 1.238
---
Log message:
enable preinc for llc-beta.
---
Diffs of the changes: (+2 -1)
Makefile.programs | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs:1.237 llvm-test/Makefile.programs:1.238
--- llvm-test/Makefile.programs:1.237 Tue Nov 7 11:57:53 2006
+++ llvm-test/Makefile.programs Thu Nov 9 20:08:26 2006
@@ -193,7 +193,8 @@
endif#DISABLE_DIFFS
ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := --enable-tail-merge
+LLCBETAOPTION := --enable-ppc-preinc
+#--enable-tail-merge
#-regalloc=local -fast
endif
ifeq ($(ARCH),Alpha)
More information about the llvm-commits
mailing list