summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-12-18 04:06:58 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-12-18 04:06:58 +0000
commitcf029824e1c1296707304c5527285c577b1f7d59 (patch)
tree3faf956c0c2cd43f5ab9d91ae114b0988a8e025d
parent9c7379d07752daa1a196ceae6e436ee3b046803c (diff)
downloadbcm5719-llvm-cf029824e1c1296707304c5527285c577b1f7d59.tar.gz
bcm5719-llvm-cf029824e1c1296707304c5527285c577b1f7d59.zip
Fix typo in error message.
llvm-svn: 61191
-rw-r--r--llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp b/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp
index 1aa0ec6bb1f..c97d25785cc 100644
--- a/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp
+++ b/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp
@@ -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";
OpenPOWER on IntegriCloud