OSDN Git Service

[X86] Fix formatting. NFC
authorCraig Topper <craig.topper@gmail.com>
Fri, 17 Jun 2016 12:20:48 +0000 (12:20 +0000)
committerCraig Topper <craig.topper@gmail.com>
Fri, 17 Jun 2016 12:20:48 +0000 (12:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272996 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index af06704..3ab273c 100644 (file)
@@ -11139,7 +11139,7 @@ static SDValue lowerV4F64VectorShuffle(SDValue Op, SDValue V1, SDValue V2,
   // we will be able to shuffle even across lanes the other input in a single
   // instruction so skip this pattern.
   if (!(Subtarget.hasAVX2() && (isShuffleMaskInputInPlace(0, Mask) ||
-                                 isShuffleMaskInputInPlace(1, Mask))))
+                                isShuffleMaskInputInPlace(1, Mask))))
     if (SDValue Result = lowerVectorShuffleByMerging128BitLanes(
             DL, MVT::v4f64, V1, V2, Mask, Subtarget, DAG))
       return Result;