Skip to content

Commit 590c738

Browse files
authored
Remove extra trailing whitespace
1 parent 187124a commit 590c738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/SIInstructions.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3862,7 +3862,7 @@ class PackB32Pat<Instruction inst> : GCNPat <
38623862
(inst $src0_mods, VGPR_32:$src0, $src1_mods, VGPR_32:$src1)
38633863
>;
38643864
}
3865-
let SubtargetPredicate = isGFX9Plus in {
3865+
let SubtargetPredicate = isGFX9Plus in {
38663866
let True16Predicate = NotHasTrue16BitInsts in
38673867
def : PackB32Pat<V_PACK_B32_F16_e64>;
38683868

0 commit comments

Comments
 (0)