Skip to content

Commit 78e54f8

Browse files
committed
run git clang format
1 parent a3a724a commit 78e54f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/PowerPC/PPCISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9635,7 +9635,7 @@ SDValue PPCTargetLowering::LowerBUILD_VECTOR(SDValue Op,
96359635
SDValue SDV = SDValue(MSDNode, 0);
96369636
EVT DVT = BVN->getValueType(0);
96379637
EVT SVT = SDV.getValueType();
9638-
if (SVT != DVT ) {
9638+
if (SVT != DVT) {
96399639
SDV = DAG.getNode(ISD::BITCAST, dl, DVT, SDV);
96409640
}
96419641
return SDV;

0 commit comments

Comments
 (0)