summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86ISelLowering.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2016-06-17 12:20:48 +0000
committerCraig Topper <craig.topper@gmail.com>2016-06-17 12:20:48 +0000
commit07984f2068c696a174126805c84fbef97e3794e6 (patch)
tree23f75e3d6c842648e71a4687b86baf004fc71ff6 /llvm/lib/Target/X86/X86ISelLowering.cpp
parentc732c61b6d75d3ef13d542c45923f07bcdd3fa76 (diff)
downloadbcm5719-llvm-07984f2068c696a174126805c84fbef97e3794e6.tar.gz
bcm5719-llvm-07984f2068c696a174126805c84fbef97e3794e6.zip
[X86] Fix formatting. NFC
llvm-svn: 272996
Diffstat (limited to 'llvm/lib/Target/X86/X86ISelLowering.cpp')
-rw-r--r--llvm/lib/Target/X86/X86ISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp
index af06704f5df..3ab273c9c24 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.cpp
+++ b/llvm/lib/Target/X86/X86ISelLowering.cpp
@@ -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;
OpenPOWER on IntegriCloud