[llvm] a79ddac - [LoongArch] Fix typos in file description. NFC

via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 11 01:41:41 PDT 2023


Author: wanglei
Date: 2023-04-11T16:41:27+08:00
New Revision: a79ddac5e126f75c24b4455cc59e4c79dee505e6

URL: https://github.com/llvm/llvm-project/commit/a79ddac5e126f75c24b4455cc59e4c79dee505e6
DIFF: https://github.com/llvm/llvm-project/commit/a79ddac5e126f75c24b4455cc59e4c79dee505e6.diff

LOG: [LoongArch] Fix typos in file description. NFC

Added: 
    

Modified: 
    llvm/lib/Target/LoongArch/LoongArchFloat32InstrInfo.td
    llvm/lib/Target/LoongArch/LoongArchFloat64InstrInfo.td
    llvm/lib/Target/LoongArch/LoongArchFloatInstrFormats.td

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/LoongArch/LoongArchFloat32InstrInfo.td b/llvm/lib/Target/LoongArch/LoongArchFloat32InstrInfo.td
index 40e7665fb1f7e..799029740f2c8 100644
--- a/llvm/lib/Target/LoongArch/LoongArchFloat32InstrInfo.td
+++ b/llvm/lib/Target/LoongArch/LoongArchFloat32InstrInfo.td
@@ -1,4 +1,4 @@
-//=-- LoongArchInstrInfoF.td - Single-Precision Float instr --*- tablegen -*-=//
+// LoongArchFloat32InstrInfo.td - Single-Precision Float instr --*- tablegen -*-
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.

diff  --git a/llvm/lib/Target/LoongArch/LoongArchFloat64InstrInfo.td b/llvm/lib/Target/LoongArch/LoongArchFloat64InstrInfo.td
index 50d7e9920ea99..5b24f3d8866a0 100644
--- a/llvm/lib/Target/LoongArch/LoongArchFloat64InstrInfo.td
+++ b/llvm/lib/Target/LoongArch/LoongArchFloat64InstrInfo.td
@@ -1,4 +1,4 @@
-//=-- LoongArchInstrInfoD.td - Double-Precision Float instr -*- tablegen -*-==//
+// LoongArchFloat64InstrInfo.td - Double-Precision Float instr --*- tablegen -*-
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.

diff  --git a/llvm/lib/Target/LoongArch/LoongArchFloatInstrFormats.td b/llvm/lib/Target/LoongArch/LoongArchFloatInstrFormats.td
index d2ba1fdfffe4b..598a5f55c86c4 100644
--- a/llvm/lib/Target/LoongArch/LoongArchFloatInstrFormats.td
+++ b/llvm/lib/Target/LoongArch/LoongArchFloatInstrFormats.td
@@ -1,4 +1,4 @@
-//==- LoongArchInstrFormatsF.td - LoongArch FP Instr Formats -*- tablegen -*-=//
+// LoongArchFloatInstrFormats.td - LoongArch FP Instr Formats -*- tablegen -*-//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.


        


More information about the llvm-commits mailing list