Skip to content

Commit 90a19f8

Browse files
committed
fix formatting
1 parent c88502e commit 90a19f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/PowerPC/PPCISelLowering.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11598,8 +11598,8 @@ SDValue PPCTargetLowering::LowerSCALAR_TO_VECTOR(SDValue Op,
1159811598
if (isa<ConstantSDNode>(Op0) && EltSize <= 32) {
1159911599
int64_t IntVal = Op.getConstantOperandVal(0);
1160011600
if (IntVal >= -16 && IntVal <= 15)
11601-
return getCanonicalConstSplat(IntVal, EltSize / 8, Op.getValueType(),
11602-
DAG, dl);
11601+
return getCanonicalConstSplat(IntVal, EltSize / 8, Op.getValueType(), DAG,
11602+
dl);
1160311603
}
1160411604

1160511605
ReuseLoadInfo RLI;

0 commit comments

Comments
 (0)