remove dead statistic

llvm-svn: 32695
This commit is contained in:
Chris Lattner 2006-12-19 22:23:21 +00:00
parent 45f966d80f
commit 40b29cac01
1 changed files with 0 additions and 4 deletions

View File

@ -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
};