[llvm-commits] CVS: llvm/include/llvm/Analysis/IntervalIterator.h
Chris Lattner
lattner at cs.uiuc.edu
Thu Oct 14 07:51:22 PDT 2004
Changes in directory llvm/include/llvm/Analysis:
IntervalIterator.h updated: 1.19 -> 1.20
---
Log message:
Remove unneeded typedef, patch by Morten Ofstad
---
Diffs of the changes: (+0 -2)
Index: llvm/include/llvm/Analysis/IntervalIterator.h
diff -u llvm/include/llvm/Analysis/IntervalIterator.h:1.19 llvm/include/llvm/Analysis/IntervalIterator.h:1.20
--- llvm/include/llvm/Analysis/IntervalIterator.h:1.19 Tue Oct 12 11:10:39 2004
+++ llvm/include/llvm/Analysis/IntervalIterator.h Thu Oct 14 09:51:09 2004
@@ -94,8 +94,6 @@
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;
More information about the llvm-commits
mailing list