mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Fix a typo in a diagnostic.
llvm-svn: 73429
This commit is contained in:
parent
2670a363da
commit
1fdd9a7c08
@ -1743,7 +1743,7 @@ bool LLParser::ParseValID(ValID &ID) {
|
||||
Lex.Lex();
|
||||
if (ParseToken(lltok::lparen, "expected '(' after constantexpr cast") ||
|
||||
ParseGlobalTypeAndValue(SrcVal) ||
|
||||
ParseToken(lltok::kw_to, "expected 'to' int constantexpr cast") ||
|
||||
ParseToken(lltok::kw_to, "expected 'to' in constantexpr cast") ||
|
||||
ParseType(DestTy) ||
|
||||
ParseToken(lltok::rparen, "expected ')' at end of constantexpr cast"))
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user