Skip to content

Commit f0b231f

Browse files
committed
Delete extra space
1 parent 3604206 commit f0b231f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AMDGPU/SOPInstructions.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ class DivergentBinFrag<SDPatternOperator Op> : PatFrag <
206206
// trivially true predicate to eliminate the check.
207207
let GISelPredicateCode = [{return true;}];
208208
}
209-
210209
let isMoveImm = 1 in {
211210
let isReMaterializable = 1, isAsCheapAsAMove = 1 in {
212211
def S_MOV_B32 : SOP1_32 <"s_mov_b32">;

0 commit comments

Comments
 (0)