aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-09-05 19:43:45 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-09-05 19:43:45 +0000
commitf10da33e21e84c9a4dc5560d93bc5ac0fdf13cf3 (patch)
treea31b47b274842f9c29d221abc3cfdd65a5fd5cff /include
parent85ce5f3ccc3a8d1c7eac934d1713c64413a7d209 (diff)
downloadexternal_llvm-f10da33e21e84c9a4dc5560d93bc5ac0fdf13cf3.zip
external_llvm-f10da33e21e84c9a4dc5560d93bc5ac0fdf13cf3.tar.gz
external_llvm-f10da33e21e84c9a4dc5560d93bc5ac0fdf13cf3.tar.bz2
No longer used
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8374 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-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
-