Fix typo in error message.
authorMikhail Glushenkov <foldr@codedgers.com>
Thu, 18 Dec 2008 04:06:58 +0000 (04:06 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Thu, 18 Dec 2008 04:06:58 +0000 (04:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61191 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/LLVMCConfigurationEmitter.cpp

index 1aa0ec6bb1f4b60767412e491d7dd0b252afb7f0..c97d25785ccb99551ae0261c4d6965fd13d88026 100644 (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";