[llvm] 0c02f61 - [RISCV][NFC] Fix typo: "wererenamed" to "were renamed" (#104530)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 15 22:38:31 PDT 2024
Author: nosba0957
Date: 2024-08-15T22:38:28-07:00
New Revision: 0c02f6176242c37e6328255e396ccb717188c588
URL: https://github.com/llvm/llvm-project/commit/0c02f6176242c37e6328255e396ccb717188c588
DIFF: https://github.com/llvm/llvm-project/commit/0c02f6176242c37e6328255e396ccb717188c588.diff
LOG: [RISCV][NFC] Fix typo: "wererenamed" to "were renamed" (#104530)
This commit corrects a typo in a comment from "wererenamed" to "were
renamed". No functional changes.
Added:
Modified:
llvm/lib/Target/RISCV/RISCVInstrInfo.td
Removed:
################################################################################
diff --git a/llvm/lib/Target/RISCV/RISCVInstrInfo.td b/llvm/lib/Target/RISCV/RISCVInstrInfo.td
index 2dd7240ef941a..41ef55544e7d2 100644
--- a/llvm/lib/Target/RISCV/RISCVInstrInfo.td
+++ b/llvm/lib/Target/RISCV/RISCVInstrInfo.td
@@ -1056,7 +1056,7 @@ def : InstAlias<"sltu $rd, $rs1, $imm12",
def : MnemonicAlias<"move", "mv">;
-// The SCALL and SBREAK instructions wererenamed to ECALL and EBREAK in
+// The SCALL and SBREAK instructions were renamed to ECALL and EBREAK in
// version 2.1 of the user-level ISA. Like the GNU toolchain, we still accept
// the old name for backwards compatibility.
def : MnemonicAlias<"scall", "ecall">;
More information about the llvm-commits
mailing list