Skip to content

Commit 2cb7c46

Browse files
committed
[RISCV] Add missing 'OrP' to comment in RISCVInstrInfoZb.td. NFC
1 parent c80d148 commit 2cb7c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoZb.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ def MAX : ALU_rr<0b0000101, 0b110, "max", Commutable=1>,
399399
Sched<[WriteIMinMax, ReadIMinMax, ReadIMinMax]>;
400400
def MAXU : ALU_rr<0b0000101, 0b111, "maxu", Commutable=1>,
401401
Sched<[WriteIMinMax, ReadIMinMax, ReadIMinMax]>;
402-
} // Predicates = [HasStdExtZbb]
402+
} // Predicates = [HasStdExtZbbOrP]
403403

404404
let Predicates = [HasStdExtZbkbOrP] in
405405
def PACK : ALU_rr<0b0000100, 0b100, "pack">,

0 commit comments

Comments
 (0)