Skip to content

Commit c52fdbd

Browse files
committed
clang-format
1 parent 1faff7f commit c52fdbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/SIISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13527,7 +13527,7 @@ SDValue SITargetLowering::performXorCombine(SDNode *N,
1352713527
const ConstantSDNode *CRHS = isConstOrConstSplat(RHS);
1352813528
SelectionDAG &DAG = DCI.DAG;
1352913529

13530-
EVT VT = N->getValueType(0);
13530+
EVT VT = N->getValueType(0);
1353113531
if (CRHS && VT == MVT::i64) {
1353213532
if (SDValue Split =
1353313533
splitBinaryBitConstantOp(DCI, SDLoc(N), ISD::XOR, LHS, CRHS))

0 commit comments

Comments
 (0)