projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85ce5f3
)
No longer used
author
Brian Gaeke
<gaeke@uiuc.edu>
Fri, 5 Sep 2003 19:43:45 +0000
(19:43 +0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Fri, 5 Sep 2003 19:43:45 +0000
(19:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8374
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Reoptimizer/InstLoops.h
[deleted file]
patch
|
blob
|
history
diff --git
a/include/llvm/Reoptimizer/InstLoops.h
b/include/llvm/Reoptimizer/InstLoops.h
deleted file mode 100644
(file)
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
-