mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-03 08:51:43 +00:00
[x86] fix formatting; NFC
(test commit #2 migrating to git) llvm-svn: 353533
This commit is contained in:
parent
5948082154
commit
a9c1b4b1bb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user