aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Reoptimizer/InstLoops.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/llvm/Reoptimizer/InstLoops.h b/include/llvm/Reoptimizer/InstLoops.h
deleted file mode 100644
index c01008e..0000000
--- a/include/llvm/Reoptimizer/InstLoops.h
+++ /dev/null
@@ -1,16 +0,0 @@
-//===-- InstLoops.h - interface to insert instrumentation --------*- C++ -*--=//
-//
-// Instrument every back edges with counters
-//===----------------------------------------------------------------------===//
-
-#ifndef LLVM_REOPTIMIZERINSTLOOPS_H
-#define LLVM_REOPTIMIZERINSTLOOPS_H
-
-class Pass;
-
-// createInstLoopsPass - Create a new pass to add counters on back edges
-//
-Pass *createInstLoopsPass();
-
-#endif
-