aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-04-10 19:42:07 +0000
committerChad Rosier <mcrosier@apple.com>2012-04-10 19:42:07 +0000
commit7f1f1453895431f948abbb5d9bf09b4faf87926a (patch)
tree2fe277f49aa08791f2f8b31622f152659523f32e /lib
parent9142ed58eb9e613ca72e5ac67b827a5e421a5e93 (diff)
downloadexternal_llvm-7f1f1453895431f948abbb5d9bf09b4faf87926a.zip
external_llvm-7f1f1453895431f948abbb5d9bf09b4faf87926a.tar.gz
external_llvm-7f1f1453895431f948abbb5d9bf09b4faf87926a.tar.bz2
Whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154427 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/X86/X86ISelLowering.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp
index 5ac6069..4f14a0e 100644
--- a/lib/Target/X86/X86ISelLowering.cpp
+++ b/lib/Target/X86/X86ISelLowering.cpp
@@ -5396,7 +5396,6 @@ static SDValue LowerVECTOR_SHUFFLEtoBlend(SDValue Op,
EVT InVT = V1.getValueType();
EVT EltVT = VT.getVectorElementType();
unsigned EltSize = EltVT.getSizeInBits();
-
int MaskSize = VT.getVectorNumElements();
int InSize = InVT.getVectorNumElements();