Skip to content

Commit c379a5b

Browse files
committed
[RISCV][NFC] Future-proof reference to ISA manual in RISCVInstrInfoC.td
The reference to a particular page number is long since out of date. Instead, let's name the section title which at least has remained stable so far.
1 parent 7696d36 commit c379a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoC.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ def : InstAlias<".insn_cj $opcode, $funct3, $imm11",
841841
//===----------------------------------------------------------------------===//
842842

843843
// Patterns are defined in the same order the compressed instructions appear
844-
// on page 82 of the ISA manual.
844+
// under the "RVC Instruction Set Listings" section of the ISA manual.
845845

846846
// Quadrant 0
847847
let Predicates = [HasStdExtCOrZca] in {

0 commit comments

Comments
 (0)