[TableGen] Remove redundant `Error:` in msg (NFC)
authorqixingxue <qixingxue@outlook.com>
Mon, 10 May 2021 06:32:21 +0000 (14:32 +0800)
committerqixingxue <qixingxue@outlook.com>
Mon, 10 May 2021 13:18:37 +0000 (21:18 +0800)
commitfefd03a89129ab13d2b3aa04ad2d6d52f8ba794d
treeb77325cd4a9180449b6eb01ce9e8997c0a6bf8ae
parent605f90475fc663433250f45f39dcb24cdb8c9e9b
[TableGen] Remove redundant `Error:` in msg (NFC)

Since calling `PrintFatalError` will automatically add `error: `
prefix in the message printed, there is no need having an extra
`ERROR:` prefix in the argument passed.

Differential Revision: https://reviews.llvm.org/D102151
Reviewed By: Paul-C-Anagnostopoulos
llvm/utils/TableGen/CodeGenTarget.cpp
llvm/utils/TableGen/ExegesisEmitter.cpp