1
0
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:
Bill Wendling 2013-02-10 10:12:50 +00:00
parent b1c6e7b69e
commit f603a9d0bb

View File

@ -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: