mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Use a 'continue' here to stop from double lexing.
llvm-svn: 174833
This commit is contained in:
parent
b1c6e7b69e
commit
f603a9d0bb
@ -869,7 +869,7 @@ bool LLParser::ParseFnAttributeValuePairs(AttrBuilder &B,
|
||||
return true;
|
||||
|
||||
B.addAttribute(Attr, Val);
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
|
||||
// Target-independent attributes:
|
||||
|
Loading…
Reference in New Issue
Block a user