Remove unneeded type.

llvm-svn: 145995
This commit is contained in:
Jakub Staszak 2011-12-07 00:08:00 +00:00
parent 47c24c2084
commit c007ab8551
1 changed files with 0 additions and 2 deletions

View File

@ -103,8 +103,6 @@ public:
/// \brief Iterator over blocks within the chain.
typedef SmallVectorImpl<MachineBasicBlock *>::const_iterator iterator;
typedef SmallVectorImpl<MachineBasicBlock *>::const_reverse_iterator
reverse_iterator;
/// \brief Beginning of blocks within the chain.
iterator begin() const { return Blocks.begin(); }