[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/RSProfiling.cpp
Chris Lattner
sabre at nondot.org
Tue Dec 19 14:23:36 PST 2006
Changes in directory llvm/lib/Transforms/Instrumentation:
RSProfiling.cpp updated: 1.11 -> 1.12
---
Log message:
remove dead statistic
---
Diffs of the changes: (+0 -4)
RSProfiling.cpp | 4 ----
1 files changed, 4 deletions(-)
Index: llvm/lib/Transforms/Instrumentation/RSProfiling.cpp
diff -u llvm/lib/Transforms/Instrumentation/RSProfiling.cpp:1.11 llvm/lib/Transforms/Instrumentation/RSProfiling.cpp:1.12
--- llvm/lib/Transforms/Instrumentation/RSProfiling.cpp:1.11 Wed Dec 6 11:46:32 2006
+++ llvm/lib/Transforms/Instrumentation/RSProfiling.cpp Tue Dec 19 16:23:21 2006
@@ -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
};
More information about the llvm-commits
mailing list