[llvm-commits] CVS: poolalloc/test/TEST.poolalloc.Makefile
Chris Lattner
lattner at cs.uiuc.edu
Tue Feb 8 12:24:46 PST 2005
Changes in directory poolalloc/test:
TEST.poolalloc.Makefile updated: 1.36 -> 1.37
---
Log message:
Switch from simple ipcp to ipsccp
---
Diffs of the changes: (+1 -1)
Index: poolalloc/test/TEST.poolalloc.Makefile
diff -u poolalloc/test/TEST.poolalloc.Makefile:1.36 poolalloc/test/TEST.poolalloc.Makefile:1.37
--- poolalloc/test/TEST.poolalloc.Makefile:1.36 Fri Feb 4 14:21:27 2005
+++ poolalloc/test/TEST.poolalloc.Makefile Tue Feb 8 14:24:35 2005
@@ -36,7 +36,7 @@
# output to a file.
OPT_PA_STATS = $(OPT_PA) -info-output-file=$(CURDIR)/$@.info -stats -time-passes
-OPTZN_PASSES := -globaldce -ipconstprop -deadargelim -adce -instcombine -simplifycfg
+OPTZN_PASSES := -globaldce -ipsccp -deadargelim -adce -instcombine -simplifycfg
# This rule runs the pool allocator on the .llvm.bc file to produce a new .bc
More information about the llvm-commits
mailing list