Skip to content

Commit a79ddac

Browse files
committed
[LoongArch] Fix typos in file description. NFC
1 parent b8917ac commit a79ddac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

llvm/lib/Target/LoongArch/LoongArchFloat32InstrInfo.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//=-- LoongArchInstrInfoF.td - Single-Precision Float instr --*- tablegen -*-=//
1+
// LoongArchFloat32InstrInfo.td - Single-Precision Float instr --*- tablegen -*-
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

llvm/lib/Target/LoongArch/LoongArchFloat64InstrInfo.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//=-- LoongArchInstrInfoD.td - Double-Precision Float instr -*- tablegen -*-==//
1+
// LoongArchFloat64InstrInfo.td - Double-Precision Float instr --*- tablegen -*-
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

llvm/lib/Target/LoongArch/LoongArchFloatInstrFormats.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//==- LoongArchInstrFormatsF.td - LoongArch FP Instr Formats -*- tablegen -*-=//
1+
// LoongArchFloatInstrFormats.td - LoongArch FP Instr Formats -*- tablegen -*-//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

0 commit comments

Comments
 (0)