Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 3f56710

Browse files
committed
[x86] fix formatting; NFC
(test commit #2 migrating to git) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353533 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 46ba685 commit 3f56710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Target/X86/X86ISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32950,7 +32950,7 @@ bool X86TargetLowering::SimplifyDemandedVectorEltsForTargetNode(
3295032950
return false;
3295132951
// Don't bother broadcasting if we just need the 0'th element.
3295232952
if (DemandedElts == 1) {
32953-
if(Src.getValueType() != VT)
32953+
if (Src.getValueType() != VT)
3295432954
Src = widenSubVector(VT.getSimpleVT(), Src, false, Subtarget, TLO.DAG,
3295532955
SDLoc(Op));
3295632956
return TLO.CombineTo(Op, Src);

0 commit comments

Comments
 (0)