[x86] fix formatting; NFC

(test commit #2 migrating to git)

llvm-svn: 353533
This commit is contained in:
Sanjay Patel 2019-02-08 16:48:40 +00:00
parent 5948082154
commit a9c1b4b1bb

View File

@ -32950,7 +32950,7 @@ bool X86TargetLowering::SimplifyDemandedVectorEltsForTargetNode(
return false;
// Don't bother broadcasting if we just need the 0'th element.
if (DemandedElts == 1) {
if(Src.getValueType() != VT)
if (Src.getValueType() != VT)
Src = widenSubVector(VT.getSimpleVT(), Src, false, Subtarget, TLO.DAG,
SDLoc(Op));
return TLO.CombineTo(Op, Src);