Skip to content

Commit 44d4f97

Browse files
committed
[RISCV] Replace RISCV -> RISC-V in comments. NFC
I did this once previously, but more uses have crept in.
1 parent f990650 commit 44d4f97

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

llvm/lib/Target/RISCV/MCA/RISCVCustomBehaviour.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ unsigned RISCVInstrumentManager::getSchedClassID(
223223
unsigned short Opcode = MCI.getOpcode();
224224
unsigned SchedClassID = MCII.get(Opcode).getSchedClass();
225225

226-
// Unpack all possible RISCV instruments from IVec.
226+
// Unpack all possible RISC-V instruments from IVec.
227227
RISCVLMULInstrument *LI = nullptr;
228228
RISCVSEWInstrument *SI = nullptr;
229229
for (auto &I : IVec) {

llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- RISCVAsmBackend.cpp - RISCV Assembler Backend ---------------------===//
1+
//===-- RISCVAsmBackend.cpp - RISC-V Assembler Backend --------------------===//
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/RISCV/MCTargetDesc/RISCVFixupKinds.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- RISCVFixupKinds.h - RISCV Specific Fixup Entries --------*- C++ -*-===//
1+
//===-- RISCVFixupKinds.h - RISC-V Specific Fixup Entries -------*- C++ -*-===//
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/RISCV/RISCVGISel.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- RISCVGIsel.td - RISCV GlobalISel Patterns ----------*- tablegen -*-===//
1+
//===-- RISCVGIsel.td - RISC-V GlobalISel Patterns ---------*- 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/RISCV/RISCVISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5232,7 +5232,7 @@ static SDValue lowerFMAXIMUM_FMINIMUM(SDValue Op, SelectionDAG &DAG,
52325232
return Res;
52335233
}
52345234

5235-
/// Get a RISCV target specified VL op for a given SDNode.
5235+
/// Get a RISC-V target specified VL op for a given SDNode.
52365236
static unsigned getRISCVVLOp(SDValue Op) {
52375237
#define OP_CASE(NODE) \
52385238
case ISD::NODE: \

llvm/lib/Target/RISCV/RISCVMoveMerger.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- RISCVMoveMerger.cpp - RISCV move merge pass -----------------------===//
1+
//===-- RISCVMoveMerger.cpp - RISC-V move merge pass ----------------------===//
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/RISCV/RISCVPushPopOptimizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===------- RISCVPushPopOptimizer.cpp - RISCV Push/Pop opt. pass ---------===//
1+
//===------- RISCVPushPopOptimizer.cpp - RISC-V Push/Pop opt. pass --------===//
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)