mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-14 22:07:54 +00:00
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:
parent
87de71cb9f
commit
0f7422057e
@ -869,7 +869,7 @@ bool LLParser::ParseFnAttributeValuePairs(AttrBuilder &B,
|
||||
return true;
|
||||
|
||||
B.addAttribute(Attr, Val);
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
|
||||
// Target-independent attributes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user