Skip to content

Commit ebf86b1

Browse files
committed
[RISCV] Fix mistake in comment in RISCVInstrInfoP.td. NFC
1 parent 33c9236 commit ebf86b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoP.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def SImm8UnsignedAsmOperand : SImmAsmOperand<8, "Unsigned"> {
2525
}
2626

2727
// A 8-bit signed immediate allowing range [-128, 255]
28-
// but represented as [-128, 255].
28+
// but represented as [-128, 127].
2929
def simm8_unsigned : RISCVOp {
3030
let ParserMatchClass = SImm8UnsignedAsmOperand;
3131
let EncoderMethod = "getImmOpValue";

0 commit comments

Comments
 (0)