diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-09-05 19:43:45 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-09-05 19:43:45 +0000 |
commit | f10da33e21e84c9a4dc5560d93bc5ac0fdf13cf3 (patch) | |
tree | a31b47b274842f9c29d221abc3cfdd65a5fd5cff | |
parent | 85ce5f3ccc3a8d1c7eac934d1713c64413a7d209 (diff) |
No longer used
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8374 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Reoptimizer/InstLoops.h | 16 |
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 c01008e6ec..0000000000 --- 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 - |