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:
87de71c
)
Use a 'continue' here to stop from double lexing.
author
Bill Wendling
<isanbard@gmail.com>
Sun, 10 Feb 2013 10:12:50 +0000
(10:12 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Sun, 10 Feb 2013 10:12:50 +0000
(10:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174833
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/AsmParser/LLParser.cpp
patch
|
blob
|
history
diff --git
a/lib/AsmParser/LLParser.cpp
b/lib/AsmParser/LLParser.cpp
index 76eb5965ddd0428dbccd72c12b87370a358d8e12..9a76007bb9946eed996b9a19bf58b001487d366c 100644
(file)
--- a/
lib/AsmParser/LLParser.cpp
+++ b/
lib/AsmParser/LLParser.cpp
@@
-869,7
+869,7
@@
bool LLParser::ParseFnAttributeValuePairs(AttrBuilder &B,
return true;
B.addAttribute(Attr, Val);
-
break
;
+
continue
;
}
// Target-independent attributes: