X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FIR%2FInstIterator.h;h=1baca21c73afe50e5e26929c424d13d1e66578a5;hb=da92e119096b6e2e93efbf44ed07ea0a715cef9c;hp=40f66c8d98baf7302ace12a4ce7ec3afeaa97ae4;hpb=3dd7bf5e76229bdcd1d0271bef80e12d8cee0067;p=oota-llvm.git diff --git a/include/llvm/IR/InstIterator.h b/include/llvm/IR/InstIterator.h index 40f66c8d98b..1baca21c73a 100644 --- a/include/llvm/IR/InstIterator.h +++ b/include/llvm/IR/InstIterator.h @@ -115,13 +115,10 @@ private: } }; - -typedef InstIterator, - Function::iterator, BasicBlock::iterator, - Instruction> inst_iterator; -typedef InstIterator, - Function::const_iterator, - BasicBlock::const_iterator, +typedef InstIterator, Function::iterator, + BasicBlock::iterator, Instruction> inst_iterator; +typedef InstIterator, + Function::const_iterator, BasicBlock::const_iterator, const Instruction> const_inst_iterator; typedef iterator_range inst_range; typedef iterator_range const_inst_range;