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:
68099d5
)
Fix typo.
author
Owen Anderson
<resistor@mac.com>
Mon, 24 Sep 2007 02:33:22 +0000
(
02:33
+0000)
committer
Owen Anderson
<resistor@mac.com>
Mon, 24 Sep 2007 02:33:22 +0000
(
02:33
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42256
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/ADT/PostOrderIterator.h
patch
|
blob
|
history
diff --git
a/include/llvm/ADT/PostOrderIterator.h
b/include/llvm/ADT/PostOrderIterator.h
index 16f086577417c372f0a8be021463ebeebe14d321..42c808960d3d04abdda8a7269de579518c87c842 100644
(file)
--- a/
include/llvm/ADT/PostOrderIterator.h
+++ b/
include/llvm/ADT/PostOrderIterator.h
@@
-147,7
+147,7
@@
po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) {
// Provide global definitions of inverse post order iterators...
template <class T,
- class SetType = std::set<typename GraphTraits<T>::Nod
d
eType*>,
+ class SetType = std::set<typename GraphTraits<T>::NodeType*>,
bool External = false>
struct ipo_iterator : public po_iterator<Inverse<T>, SetType, External > {
ipo_iterator(const po_iterator<Inverse<T>, SetType, External> &V) :