[x86] fix formatting; NFC
authorSanjay Patel <spatel@rotateright.com>
Mon, 12 Dec 2016 22:31:01 +0000 (22:31 +0000)
committerSanjay Patel <spatel@rotateright.com>
Mon, 12 Dec 2016 22:31:01 +0000 (22:31 +0000)
llvm-svn: 289476

llvm/lib/Target/X86/X86ISelLowering.cpp

index ad28db8..d0a12b5 100644 (file)
@@ -12000,7 +12000,7 @@ static SDValue lowerV4F64VectorShuffle(const SDLoc &DL, ArrayRef<int> Mask,
   // the results into the target lanes.
   if (SDValue V = lowerShuffleAsRepeatedMaskAndLanePermute(
           DL, MVT::v4f64, V1, V2, Mask, Subtarget, DAG))
-  return V;
+    return V;
 
   // Try to simplify this by merging 128-bit lanes to enable a lane-based
   // shuffle. However, if we have AVX2 and either inputs are already in place,