diff options
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation')
| -rw-r--r-- | llvm/lib/Transforms/Instrumentation/RSProfiling.cpp | 4 | 
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    };  | 

