Use continue in the use-processing loop to make it clear what the early exits
authorChris Lattner <sabre@nondot.org>
Fri, 9 Sep 2005 20:29:51 +0000 (20:29 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 9 Sep 2005 20:29:51 +0000 (20:29 +0000)
commit50ea01ed5ba23c8988af9fed0b91178e69140a80
tree059b2609506792797fe98255f3ff75b7ff33b98d
parent39ee1ac7e58a66aff7f6986c04878bb7e1bc5b5d
Use continue in the use-processing loop to make it clear what the early exits
are, simplify logic, and cause things to not be nested as deeply.  This also
uses MRI->areAliases instead of an explicit loop.

No functionality change, just code cleanup.

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