]> granicus.if.org Git - llvm/commitdiff
[x86] fix formatting; NFC
authorSanjay Patel <spatel@rotateright.com>
Fri, 8 Feb 2019 16:48:40 +0000 (16:48 +0000)
committerSanjay Patel <spatel@rotateright.com>
Fri, 8 Feb 2019 16:48:40 +0000 (16:48 +0000)
(test commit #2 migrating to git)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353533 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index 74ab75bb8578f2fe9c60c2c89a52336248a3b295..ee1f4b581b3637e3c68a7ff800687721b0aacd07 100644 (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);