[llvm-commits] CVS: llvm-test/Makefile.programs
Chris Lattner
sabre at nondot.org
Fri Oct 20 20:17:12 PDT 2006
Changes in directory llvm-test:
Makefile.programs updated: 1.232 -> 1.233
---
Log message:
enable tail merging for X86 llcbeta tonight
---
Diffs of the changes: (+1 -1)
Makefile.programs | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs:1.232 llvm-test/Makefile.programs:1.233
--- llvm-test/Makefile.programs:1.232 Fri Oct 20 19:50:08 2006
+++ llvm-test/Makefile.programs Fri Oct 20 22:16:58 2006
@@ -203,7 +203,7 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -combiner-alias-analysis
+LLCBETAOPTION := -enable-tail-merge
endif
ifeq ($(ARCH),Sparc)
LLCBETAOPTION := -enable-sparc-v9-insts
More information about the llvm-commits
mailing list