CFG.h: change the iterator tag

Method.h: Add an iterator type.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2001-06-25 03:52:19 +00:00
parent 5289d52a55
commit d6a7b7552f
2 changed files with 3 additions and 1 deletions

View File

@@ -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!