Use a continue to simplify loop and reduce indentation. No functional change.
authorChad Rosier <mcrosier@apple.com>
Fri, 1 Feb 2013 17:49:07 +0000 (17:49 +0000)
committerChad Rosier <mcrosier@apple.com>
Fri, 1 Feb 2013 17:49:07 +0000 (17:49 +0000)
commit5fb7947ed16a57a9c0b71ac70905454d82d25696
tree53cd4ed3dcb92544f2507bfa054824e2ac34455f
parent03b3771c6ca46181d4ed3395b7bf779e12755819
Use a continue to simplify loop and reduce indentation. No functional change.

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