Use a 'continue' here to stop from double lexing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174833 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2013-02-10 10:12:50 +00:00
parent 87de71cb9f
commit 0f7422057e

View File

@ -869,7 +869,7 @@ bool LLParser::ParseFnAttributeValuePairs(AttrBuilder &B,
return true;
B.addAttribute(Attr, Val);
break;
continue;
}
// Target-independent attributes: