mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Fix typo in error message.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61191 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
78eb804068
commit
65ee1e6ff4
@ -1560,7 +1560,7 @@ void IncDecWeight (const Init* i, const char* IndentLevel,
|
||||
|
||||
else
|
||||
throw "Unknown operator in edge properties list: " + OpName + '!' +
|
||||
"Only 'inc_weight', 'dec_weight' and 'error' are allowed.";
|
||||
"\nOnly 'inc_weight', 'dec_weight' and 'error' are allowed.";
|
||||
|
||||
if (d.getNumArgs() > 0)
|
||||
O << InitPtrToInt(d.getArg(0)) << ";\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user