[TableGen] Restructure a loop to make it exit early instead of skipping a portion...
authorCraig Topper <craig.topper@gmail.com>
Sat, 16 May 2015 05:42:03 +0000 (05:42 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sat, 16 May 2015 05:42:03 +0000 (05:42 +0000)
commita4b093e2d3f053d2de5a93793e9019c232a91e12
tree2281c16b3e75ab4e2b084028b2786a3926f38eb4
parent3ac70da9828cc99050b20b5d1f86d68521000c19
[TableGen] Restructure a loop to make it exit early instead of skipping a portion of the body based on what will also be the terminating condition. NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237511 91177308-0d34-0410-b5e6-96231b3b80d8
lib/TableGen/Record.cpp