ARM: convert loop to range based
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 27 Jul 2014 19:07:05 +0000 (19:07 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 27 Jul 2014 19:07:05 +0000 (19:07 +0000)
commit45cf67b8e9ad91d65a9f03acb669b0edf223d7f0
treecb45a04e66377701968f2a0ee53333c5305e7102
parent6f2a526101bfef214aef8cae8dba4a9cce55b6fa
ARM: convert loop to range based

Convert a loop to use range based iteration.  Rename structure members to help
naming, and make structure definition anonymous.  NFC.

llvm-svn: 214056
llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp