remove dead statistic
authorChris Lattner <sabre@nondot.org>
Tue, 19 Dec 2006 22:23:21 +0000 (22:23 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Dec 2006 22:23:21 +0000 (22:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32695 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Instrumentation/RSProfiling.cpp

index c14915c9a53456978af78d7d20ff1ba593cc72ad..ab570e4591dea42750925809b65bfeb96f973555 100644 (file)
 #include "llvm/DerivedTypes.h"
 #include "llvm/Transforms/Scalar.h"
 #include "llvm/Transforms/Utils/BasicBlockUtils.h"
-#include "llvm/ADT/Statistic.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Transforms/Instrumentation.h"
-//#include "ProfilingUtils.h"
 #include "RSProfiling.h"
 #include <set>
 #include <map>
@@ -52,8 +50,6 @@
 using namespace llvm;
 
 namespace {
-  Statistic NumBackEdges("bedge", "Number of BackEdges");
-
   enum RandomMeth {
     GBV, GBVO, HOSTCC
   };