diff --git a/utils/TableGen/LLVMCConfigurationEmitter.cpp b/utils/TableGen/LLVMCConfigurationEmitter.cpp index 1aa0ec6bb1f..c97d25785cc 100644 --- a/utils/TableGen/LLVMCConfigurationEmitter.cpp +++ b/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";