diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2019-02-08 16:48:40 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2019-02-08 16:48:40 +0000 |
| commit | e9cc26a56a39f1876a1a93cf1c2e9f63ab08d524 (patch) | |
| tree | 66aaf19d8e20d095f2a13f625e8f612243119c85 | |
| parent | 8a43680217390670cc0b2cb411cf09a5a7f716ac (diff) | |
| download | bcm5719-llvm-e9cc26a56a39f1876a1a93cf1c2e9f63ab08d524.tar.gz bcm5719-llvm-e9cc26a56a39f1876a1a93cf1c2e9f63ab08d524.zip | |
[x86] fix formatting; NFC
(test commit #2 migrating to git)
llvm-svn: 353533
| -rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index 74ab75bb857..ee1f4b581b3 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp @@ -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); |

