Skip to content

Commit 1656ad2

Browse files
committed
git clang format
1 parent 78e54f8 commit 1656ad2

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
@@ -9622,7 +9622,7 @@ SDValue PPCTargetLowering::LowerBUILD_VECTOR(SDValue Op,
96229622
BuildVectorSDNode *BVN = dyn_cast<BuildVectorSDNode>(Op.getNode());
96239623
assert(BVN && "Expected a BuildVectorSDNode in LowerBUILD_VECTOR");
96249624

9625-
if(Subtarget.hasP10Vector()) {
9625+
if (Subtarget.hasP10Vector()) {
96269626
APInt BitMask(32, 0);
96279627
// If the value of the vector is all zeros or all ones,
96289628
// we do not convert it to MTVSRBMI.

0 commit comments

Comments
 (0)