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

Chris Lattner sabre at nondot.org
Fri Oct 20 17:50:23 PDT 2006



Changes in directory llvm-test:

Makefile.programs updated: 1.231 -> 1.232
---
Log message:

make tail merging be llc beta 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.231 llvm-test/Makefile.programs:1.232
--- llvm-test/Makefile.programs:1.231	Thu Oct 12 11:01:18 2006
+++ llvm-test/Makefile.programs	Fri Oct 20 19:50:08 2006
@@ -193,7 +193,7 @@
 endif#DISABLE_DIFFS
 
 ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := -combiner-alias-analysis
+LLCBETAOPTION := -enable-tail-merge
 endif
 ifeq ($(ARCH),Alpha)
 LLCBETAOPTION := -sched=list-td 






More information about the llvm-commits mailing list