Skip to content

Commit 37f8d11

Browse files
committed
predicate -> pseudo
1 parent f5019dc commit 37f8d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoXqci.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,7 @@ def PseudoLongQC_E_BGEI : LongBcciPseudo<simm16nonzero, 10>;
11861186
def PseudoLongQC_E_BLTUI : LongBcciPseudo<uimm16nonzero, 10>;
11871187
def PseudoLongQC_E_BGEUI : LongBcciPseudo<uimm16nonzero, 10>;
11881188

1189-
// Load/Store predicates with QC.E.* Mnemonics. These expand to an AUIPC +
1189+
// Load/Store psuedos with QC.E.* Mnemonics. These expand to an AUIPC +
11901190
// (Standard) Load/Store sequence, as this can materialize all 32-bit addresses,
11911191
// and is shorter than e.g. an AUIPC + Xqcilo Load/Store sequence. These
11921192
// sequences can be turned back into a single Xqcilo instruction using linker

0 commit comments

Comments
 (0)