Skip to content

Commit 5050a15

Browse files
committed
[RISCV] Remove extra spaces from RISCVInstrInfoP.td. NFC
1 parent 2edc730 commit 5050a15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoP.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ def PSABS_H : RVPUnaryWUF<0b00, 0b00111, "psabs.h">;
174174
def PSABS_B : RVPUnaryWUF<0b10, 0b00111, "psabs.b">;
175175
} // Predicates = [HasStdExtP]
176176
let Predicates = [HasStdExtP, IsRV64] in {
177-
def PSEXT_W_B : RVPUnaryWUF<0b01, 0b00100, "psext.w.b">;
178-
def PSEXT_W_H : RVPUnaryWUF<0b01, 0b00101, "psext.w.h">;
177+
def PSEXT_W_B : RVPUnaryWUF<0b01, 0b00100, "psext.w.b">;
178+
def PSEXT_W_H : RVPUnaryWUF<0b01, 0b00101, "psext.w.h">;
179179
} // Predicates = [HasStdExtP, IsRV64]
180180

181181
let Predicates = [HasStdExtP] in

0 commit comments

Comments
 (0)