Skip to content

Commit

Permalink
[RISCV][NFC] Future-proof reference to ISA manual in RISCVInstrInfoC.td
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
asb committed Apr 26, 2024
1 parent 7696d36 commit c379a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/RISCV/RISCVInstrInfoC.td
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ def : InstAlias<".insn_cj $opcode, $funct3, $imm11",
//===----------------------------------------------------------------------===//

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

// Quadrant 0
let Predicates = [HasStdExtCOrZca] in {
Expand Down

0 comments on commit c379a5b

Please sign in to comment.