[llvm-commits] CVS: poolalloc/test/TEST.poolalloc.Makefile

Chris Lattner lattner at cs.uiuc.edu
Fri Oct 24 13:16:01 PDT 2003


Changes in directory poolalloc/test:

TEST.poolalloc.Makefile updated: 1.3 -> 1.4

---
Log message:

Clean up the program after poolallocation


---
Diffs of the changes:  (+1 -1)

Index: poolalloc/test/TEST.poolalloc.Makefile
diff -u poolalloc/test/TEST.poolalloc.Makefile:1.3 poolalloc/test/TEST.poolalloc.Makefile:1.4
--- poolalloc/test/TEST.poolalloc.Makefile:1.3	Tue Oct 21 15:41:49 2003
+++ poolalloc/test/TEST.poolalloc.Makefile	Fri Oct 24 13:15:18 2003
@@ -24,7 +24,7 @@
 # file
 $(PROGRAMS_TO_TEST:%=Output/%.$(TEST).transformed.bc): \
 Output/%.$(TEST).transformed.bc: Output/%.llvm.bc $(PA_SO)
-	-$(OPT_PA_STATS) -q -poolalloc $< -o $@ -f 2>&1 > $@.out
+	-$(OPT_PA_STATS) -q -poolalloc -deadargelim  -globaldce $< -o $@ -f 2>&1 > $@.out
 
 # This rule compiles the new .bc file into a .c file using CBE
 $(PROGRAMS_TO_TEST:%=Output/%.poolalloc.cbe.c): \





More information about the llvm-commits mailing list