[llvm-commits] [poolalloc] r131901 - in /poolalloc/trunk/test: TEST.types.Makefile TEST.types.report
Arushi Aggarwal
aggarwa4 at illinois.edu
Mon May 23 09:46:35 PDT 2011
Author: aggarwa4
Date: Mon May 23 11:46:35 2011
New Revision: 131901
URL: http://llvm.org/viewvc/llvm-project?rev=131901&view=rev
Log:
Remove dead stat.
Modified:
poolalloc/trunk/test/TEST.types.Makefile
poolalloc/trunk/test/TEST.types.report
Modified: poolalloc/trunk/test/TEST.types.Makefile
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/test/TEST.types.Makefile?rev=131901&r1=131900&r2=131901&view=diff
==============================================================================
--- poolalloc/trunk/test/TEST.types.Makefile (original)
+++ poolalloc/trunk/test/TEST.types.Makefile Mon May 23 11:46:35 2011
@@ -358,9 +358,6 @@
@/bin/echo -n "CLONED_INDCLONE: " >> $@
- at grep 'Number of Functions Cloned in IndClone' $<.info >> $@
@echo >> $@
- @/bin/echo -n "VARARGS_CALLS: " >> $@
- - at grep 'Number of Calls Simplified' $<.info >> $@
- @echo >> $@
@/bin/echo -n "GEP_CALLS: " >> $@
- at grep 'Number of Calls Modified' $<.info >> $@
@echo >> $@
Modified: poolalloc/trunk/test/TEST.types.report
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/test/TEST.types.report?rev=131901&r1=131900&r2=131901&view=diff
==============================================================================
--- poolalloc/trunk/test/TEST.types.report (original)
+++ poolalloc/trunk/test/TEST.types.report Mon May 23 11:46:35 2011
@@ -163,7 +163,6 @@
["I2P", "ACCESSES I2P: *([0-9]+)"],
# Nodes Folded
[],
- ["VAFUNC", "VARARGS_CALLS: *([0-9]+)"],
["GEPFUNC", "GEP_CALLS: *([0-9]+)"],
["ARGSMPL", "ARG_SMPL: *([0-9]+)"],
["FUNCSPEC", "CLONED_FUNCSPEC: *([0-9]+)"],
More information about the llvm-commits
mailing list