Skip to content

Commit b40b1a0

Browse files
committed
[AMDGPU] Trim traling blank in VOP3Instructions.td. NFC.
1 parent 5c26e80 commit b40b1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/VOP3Instructions.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ defm V_ALIGNBIT_B32 : VOP3Inst_t16_with_profiles <"v_alignbit_b32",
220220
defm V_ALIGNBYTE_B32 : VOP3Inst <"v_alignbyte_b32", VOP3_Profile<VOP_I32_I32_I32_I32>, int_amdgcn_alignbyte>;
221221
let True16Predicate = UseRealTrue16Insts in
222222
defm V_ALIGNBYTE_B32_t16 : VOP3Inst <"v_alignbyte_b32_t16", VOP3_Profile_True16<VOP_I32_I32_I32_I16, VOP3_OPSEL>>;
223-
let True16Predicate = UseFakeTrue16Insts in
223+
let True16Predicate = UseFakeTrue16Insts in
224224
defm V_ALIGNBYTE_B32_fake16 : VOP3Inst <"v_alignbyte_b32_fake16", VOP3_Profile_Fake16<VOP_I32_I32_I32_I16, VOP3_OPSEL>>;
225225

226226
// XXX - No FPException seems suspect but manual doesn't say it does

0 commit comments

Comments
 (0)