Skip to content

Commit e9cc26a

Browse files
committed
[x86] fix formatting; NFC
(test commit #2 migrating to git) llvm-svn: 353533
1 parent 8a43680 commit e9cc26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/X86/X86ISelLowering.cpp

+1-1
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)