Cleanup code to use iterators instead of ".size()".
authorBill Wendling <isanbard@gmail.com>
Tue, 28 Jul 2009 23:44:43 +0000 (23:44 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 28 Jul 2009 23:44:43 +0000 (23:44 +0000)
commit5cff487665097d971067cbede1598e249f673182
tree1dbdb7f127be37f81f096de26a3a7fd53724c3b8
parent7b43f5cdd1a1bc447ab81e868d65d9c53ebc3754
Cleanup code to use iterators instead of ".size()".

Does any one else hate the name "const_reverse_iterator" as much as I do?

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77399 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfException.cpp