mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 17:32:49 +00:00
remove dead statistic
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32695 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d216e8ba60
commit
61bc8f8ca4
@ -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
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user