From 61bc8f8ca4a5a8277b9c46486e5acd5648b9b9a3 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 19 Dec 2006 22:23:21 +0000 Subject: remove dead statistic git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32695 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Instrumentation/RSProfiling.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/Transforms/Instrumentation') diff --git a/lib/Transforms/Instrumentation/RSProfiling.cpp b/lib/Transforms/Instrumentation/RSProfiling.cpp index c14915c9a5..ab570e4591 100644 --- a/lib/Transforms/Instrumentation/RSProfiling.cpp +++ b/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