FileCheck: remove useless 'continue' at the end of a 'while(){}' loop.
authorDmitri Gribenko <gribozavr@gmail.com>
Thu, 15 Nov 2012 16:50:59 +0000 (16:50 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Thu, 15 Nov 2012 16:50:59 +0000 (16:50 +0000)
commit65f3f32100b80366785f86c64a7ff0ee697107eb
treea18346955c1501113dc28a531cb241e3512e11b7
parentb983f5d4ce5937cc6c3184d622d7fec5df22b3aa
FileCheck: remove useless 'continue' at the end of a 'while(){}' loop.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168048 91177308-0d34-0410-b5e6-96231b3b80d8
utils/FileCheck/FileCheck.cpp