summaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/InstForest.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Analysis/InstForest.h')
-rw-r--r--include/llvm/Analysis/InstForest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/InstForest.h b/include/llvm/Analysis/InstForest.h
index 5d27c81..243b0fd 100644
--- a/include/llvm/Analysis/InstForest.h
+++ b/include/llvm/Analysis/InstForest.h
@@ -142,7 +142,7 @@ template<class Payload>
class InstForest : public std::vector<InstTreeNode<Payload> *> {
friend class InstTreeNode<Payload>;
- typedef std::vector<InstTreeNode<Payload> *>::const_iterator const_iterator;
+ typedef typename std::vector<InstTreeNode<Payload> *>::const_iterator const_iterator;
// InstMap - Map contains entries for ALL instructions in the method and the
// InstTreeNode that they correspond to.