Remove unused counter.

llvm-svn: 55924
This commit is contained in:
Devang Patel 2008-09-08 17:14:54 +00:00
parent 1df80f6b1c
commit 7518f250b9
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ STATISTIC(NumInserted, "Number of PHIs inserted");
STATISTIC(NumVariable, "Number of PHIs with variable strides");
STATISTIC(NumEliminated, "Number of strides eliminated");
STATISTIC(NumShadow, "Number of Shadow IVs optimized");
STATISTIC(NumIVType, "Number of IV types optimized");
namespace {