mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +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;
|
return true;
|
||||||
|
|
||||||
B.addAttribute(Attr, Val);
|
B.addAttribute(Attr, Val);
|
||||||
break;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Target-independent attributes:
|
// Target-independent attributes:
|
||||||
|
Loading…
Reference in New Issue
Block a user