diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-04-10 19:39:18 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-04-10 19:39:18 +0000 |
commit | 9142ed58eb9e613ca72e5ac67b827a5e421a5e93 (patch) | |
tree | 2f0fae71f8e07783d05237eb61ee24c36ef7a5b6 /lib | |
parent | a1390516548b7abee4f1eb305afecdca5733ee30 (diff) |
Revert r154396, which looks to be the real culprit behind the bot failures.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154426 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/X86/X86ISelLowering.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp index 4f14a0e20b..5ac6069ff7 100644 --- a/lib/Target/X86/X86ISelLowering.cpp +++ b/lib/Target/X86/X86ISelLowering.cpp @@ -5396,6 +5396,7 @@ 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(); |