Skip to content

Commit 64c86fe

Browse files
committed
fixup! format
1 parent d7168bc commit 64c86fe

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

llvm/include/llvm/Target/TargetSelectionDAG.td

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,12 @@ def SDTIntShiftOp : SDTypeProfile<1, 2, [ // shl, sra, srl
119119
SDTCisSameAs<0, 1>, SDTCisInt<0>, SDTCisInt<2>
120120
]>;
121121
def SDTIntShiftPairOp : SDTypeProfile<2, 3, [ // shl_parts, sra_parts, srl_parts
122-
SDTCisInt<0>, SDTCisSameAs<1, 0>,
123-
SDTCisSameAs<2, 0>, SDTCisSameAs<3, 0>, SDTCisInt<4>, SDTCisSameNumEltsAs<0, 4>
122+
SDTCisInt<0>, SDTCisSameAs<1, 0>, SDTCisSameAs<2, 0>, SDTCisSameAs<3, 0>,
123+
SDTCisInt<4>, SDTCisSameNumEltsAs<0, 4>
124124
]>;
125125
def SDTIntShiftDOp: SDTypeProfile<1, 3, [ // fshl, fshr
126-
SDTCisSameAs<0, 1>, SDTCisSameAs<0, 2>, SDTCisInt<0>, SDTCisInt<3>, SDTCisSameNumEltsAs<0, 3>
126+
SDTCisSameAs<0, 1>, SDTCisSameAs<0, 2>, SDTCisInt<0>, SDTCisInt<3>,
127+
SDTCisSameNumEltsAs<0, 3>
127128
]>;
128129
def SDTIntSatNoShOp : SDTypeProfile<1, 2, [ // ssat with no shift
129130
SDTCisSameAs<0, 1>, SDTCisInt<2>

0 commit comments

Comments
 (0)