summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-02-10 10:12:50 +0000
committerBill Wendling <isanbard@gmail.com>2013-02-10 10:12:50 +0000
commitb1ea9807ea465ffdb4d7d1787ba06755b1b33e1f (patch)
treee636639cbb072ad10c8671df32ab505d058b5e28 /llvm/lib/AsmParser
parentff842945670930d9caa542fe9e34c2e22c893ad9 (diff)
downloadbcm5719-llvm-b1ea9807ea465ffdb4d7d1787ba06755b1b33e1f.tar.gz
bcm5719-llvm-b1ea9807ea465ffdb4d7d1787ba06755b1b33e1f.zip
Use a 'continue' here to stop from double lexing.
llvm-svn: 174833
Diffstat (limited to 'llvm/lib/AsmParser')
-rw-r--r--llvm/lib/AsmParser/LLParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/AsmParser/LLParser.cpp b/llvm/lib/AsmParser/LLParser.cpp
index 76eb5965ddd..9a76007bb99 100644
--- a/llvm/lib/AsmParser/LLParser.cpp
+++ b/llvm/lib/AsmParser/LLParser.cpp
@@ -869,7 +869,7 @@ bool LLParser::ParseFnAttributeValuePairs(AttrBuilder &B,
return true;
B.addAttribute(Attr, Val);
- break;
+ continue;
}
// Target-independent attributes:
OpenPOWER on IntegriCloud