projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b983f5d
)
FileCheck: remove useless 'continue' at the end of a 'while(){}' loop.
author
Dmitri Gribenko
<gribozavr@gmail.com>
Thu, 15 Nov 2012 16:50:59 +0000
(16:50 +0000)
committer
Dmitri Gribenko
<gribozavr@gmail.com>
Thu, 15 Nov 2012 16:50:59 +0000
(16:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168048
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/FileCheck/FileCheck.cpp
patch
|
blob
|
history
diff --git
a/utils/FileCheck/FileCheck.cpp
b/utils/FileCheck/FileCheck.cpp
index 6fcefd0057a5d9b445bb0d2b393e419f4d66e9e8..c5524656f6e07b2aae8681bf4897e931ed7be2f3 100644
(file)
--- a/
utils/FileCheck/FileCheck.cpp
+++ b/
utils/FileCheck/FileCheck.cpp
@@
-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;