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:
Mikhail Glushenkov 2008-12-18 04:06:58 +00:00
parent 78eb804068
commit 65ee1e6ff4

View File

@ -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";