summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/RSProfiling.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-12-19 22:23:21 +0000
committerChris Lattner <sabre@nondot.org>2006-12-19 22:23:21 +0000
commit40b29cac01a4eff7bc47a7b590f0cb37aac34d61 (patch)
treea2735cab3622687c56176a66457e2ef98e78e4d3 /llvm/lib/Transforms/Instrumentation/RSProfiling.cpp
parent45f966d80f8d5c32b8e16a0a11073ab118948341 (diff)
downloadbcm5719-llvm-40b29cac01a4eff7bc47a7b590f0cb37aac34d61.tar.gz
bcm5719-llvm-40b29cac01a4eff7bc47a7b590f0cb37aac34d61.zip
remove dead statistic
llvm-svn: 32695
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/RSProfiling.cpp')
-rw-r--r--llvm/lib/Transforms/Instrumentation/RSProfiling.cpp4
1 files changed, 0 insertions, 4 deletions
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 <set>
#include <map>
@@ -52,8 +50,6 @@
using namespace llvm;
namespace {
- Statistic NumBackEdges("bedge", "Number of BackEdges");
-
enum RandomMeth {
GBV, GBVO, HOSTCC
};
OpenPOWER on IntegriCloud