From 40b29cac01a4eff7bc47a7b590f0cb37aac34d61 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 19 Dec 2006 22:23:21 +0000 Subject: remove dead statistic llvm-svn: 32695 --- llvm/lib/Transforms/Instrumentation/RSProfiling.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'llvm/lib/Transforms') diff --git a/llvm/lib/Transforms/Instrumentation/RSProfiling.cpp b/llvm/lib/Transforms/Instrumentation/RSProfiling.cpp index c14915c9a53..ab570e4591d 100644 --- a/llvm/lib/Transforms/Instrumentation/RSProfiling.cpp +++ b/llvm/lib/Transforms/Instrumentation/RSProfiling.cpp @@ -39,11 +39,9 @@ #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 #include @@ -52,8 +50,6 @@ using namespace llvm; namespace { - Statistic NumBackEdges("bedge", "Number of BackEdges"); - enum RandomMeth { GBV, GBVO, HOSTCC }; -- cgit v1.2.3