From a9c1b4b1bbd1433c07753451a6b20ab64a69aa2f Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Fri, 8 Feb 2019 16:48:40 +0000 Subject: [PATCH] [x86] fix formatting; NFC (test commit #2 migrating to git) llvm-svn: 353533 --- lib/Target/X86/X86ISelLowering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp index 74ab75bb857..ee1f4b581b3 100644 --- a/lib/Target/X86/X86ISelLowering.cpp +++ b/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);