From: Sanjay Patel Date: Mon, 12 Dec 2016 22:31:01 +0000 (+0000) Subject: [x86] fix formatting; NFC X-Git-Tag: llvmorg-4.0.0-rc1~2299 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=62104ee6d997f49acb366895702f18b0e8822186;p=platform%2Fupstream%2Fllvm.git [x86] fix formatting; NFC llvm-svn: 289476 --- diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index ad28db8..d0a12b5 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp @@ -12000,7 +12000,7 @@ static SDValue lowerV4F64VectorShuffle(const SDLoc &DL, ArrayRef 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,