aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Function.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Function.h')
-rw-r--r--include/llvm/Function.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Function.h b/include/llvm/Function.h
index 7448dce9fe..7eb526f6a2 100644
--- a/include/llvm/Function.h
+++ b/include/llvm/Function.h
@@ -28,6 +28,7 @@ class Method : public SymTabValue {
public:
typedef ValueHolder<MethodArgument, Method> ArgumentListType;
typedef ValueHolder<BasicBlock , Method> BasicBlocksType;
+ typedef BasicBlocksType::iterator iterator;
private:
// Important things that make up a method!