[llvm-commits] [llvm] r55924 - /llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp
Devang Patel
dpatel at apple.com
Mon Sep 8 10:14:57 PDT 2008
Author: dpatel
Date: Mon Sep 8 12:14:54 2008
New Revision: 55924
URL: http://llvm.org/viewvc/llvm-project?rev=55924&view=rev
Log:
Remove unused counter.
Modified:
llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp
Modified: llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp?rev=55924&r1=55923&r2=55924&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp Mon Sep 8 12:14:54 2008
@@ -46,7 +46,6 @@
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 {
More information about the llvm-commits
mailing list