commit | 8dd58d1f02be8e172b4b54fb0a724bb82b01963f | [log] [tgz] |
---|---|---|
author | Rui Ueyama <ruiu@google.com> | Tue Apr 22 19:07:14 2014 +0000 |
committer | Rui Ueyama <ruiu@google.com> | Tue Apr 22 19:07:14 2014 +0000 |
tree | 3c1ebe86ee5948ee36b2b49ccd55485af289af41 | |
parent | b95412cc24e99a72ee3efc05a14995bb508f3a23 [diff] |
Replace loops using goto with plain while loops Goto statements jumping into previous inner blocks are pretty confusing to read even though in this case they are valid. No reason to not use while loops there. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206916 91177308-0d34-0410-b5e6-96231b3b80d8