Skip to content

Commit bf7da2d

Browse files
committed
Remove unnecessary parens
Signed-off-by: John Lu <John.Lu@amd.com>
1 parent a371ba3 commit bf7da2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/AMDGPU/SOPInstructions.td

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -838,11 +838,10 @@ def S_CBRANCH_G_FORK : SOP2_Pseudo <
838838
let SubtargetPredicate = isGFX6GFX7GFX8GFX9;
839839
}
840840

841-
let isCommutable = 1, Defs = [SCC] in {
841+
let isCommutable = 1, Defs = [SCC] in
842842
def S_ABSDIFF_I32 : SOP2_32 <"s_absdiff_i32",
843843
[(set i32:$sdst, (UniformUnaryFrag<abs> (sub_oneuse i32:$src0, i32:$src1)))]
844844
>;
845-
} // End isCommutable = 1, Defs = [SCC]
846845

847846
let SubtargetPredicate = isGFX8GFX9 in {
848847
def S_RFE_RESTORE_B64 : SOP2_Pseudo <

0 commit comments

Comments
 (0)