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:
c982cfa
)
Remove unneeded typedef, patch by Morten Ofstad
author
Chris Lattner
<sabre@nondot.org>
Thu, 14 Oct 2004 14:51:09 +0000
(14:51 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 14 Oct 2004 14:51:09 +0000
(14:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16984
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Analysis/IntervalIterator.h
patch
|
blob
|
history
diff --git
a/include/llvm/Analysis/IntervalIterator.h
b/include/llvm/Analysis/IntervalIterator.h
index 066046af9e92f9b076ad38bf08d14d8fef684d8c..c6a87bdf94b95249c90085e6def8eaafce2b4788 100644
(file)
--- a/
include/llvm/Analysis/IntervalIterator.h
+++ b/
include/llvm/Analysis/IntervalIterator.h
@@
-94,8
+94,6
@@
class IntervalIterator {
bool IOwnMem; // If True, delete intervals when done with them
// See file header for conditions of use
public:
- typedef BasicBlock* _BB;
-
typedef IntervalIterator<NodeTy, OrigContainer_t> _Self;
typedef std::forward_iterator_tag iterator_category;