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

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 9 00:11:45 PDT 2005



Changes in directory llvm-test:

Makefile.programs updated: 1.171 -> 1.172
---
Log message:

enable the dag combiner for tonight


---
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.171 llvm-test/Makefile.programs:1.172
--- llvm-test/Makefile.programs:1.171	Tue Sep 27 17:51:20 2005
+++ llvm-test/Makefile.programs	Sun Oct  9 02:11:33 2005
@@ -187,7 +187,8 @@
 endif#DISABLE_DIFFS
 
 ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := -sched=simple
+LLCBETAOPTION := -enable-dag-combiner
+#-sched=simple
 endif
 ifeq ($(ARCH),Alpha)
 LLCBETAOPTION := -enable-alpha-FTOI -enable-lsr-for-alpha






More information about the llvm-commits mailing list