Fix typo in error message.

llvm-svn: 61191
This commit is contained in:
Mikhail Glushenkov 2008-12-18 04:06:58 +00:00
parent 9c7379d077
commit cf029824e1
1 changed files with 1 additions and 1 deletions

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