[all-commits] [llvm/llvm-project] fefd03: [TableGen] Remove redundant `Error:` in msg (NFC)

ksyx via All-commits all-commits at lists.llvm.org
Mon May 10 06:20:31 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fefd03a89129ab13d2b3aa04ad2d6d52f8ba794d
      https://github.com/llvm/llvm-project/commit/fefd03a89129ab13d2b3aa04ad2d6d52f8ba794d
  Author: qixingxue <qixingxue at outlook.com>
  Date:   2021-05-10 (Mon, 10 May 2021)

  Changed paths:
    M llvm/utils/TableGen/CodeGenTarget.cpp
    M llvm/utils/TableGen/ExegesisEmitter.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list