mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-03 14:08:57 +00:00
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
This commit is contained in:
parent
b983f5d4ce
commit
65f3f32100
@ -256,7 +256,6 @@ bool Pattern::ParsePattern(StringRef PatternStr, SourceMgr &SM,
|
||||
FixedMatchEnd = std::min(FixedMatchEnd, PatternStr.find("[["));
|
||||
AddFixedStringToRegEx(PatternStr.substr(0, FixedMatchEnd), RegExStr);
|
||||
PatternStr = PatternStr.substr(FixedMatchEnd);
|
||||
continue;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user