From: Chad Rosier Date: Tue, 10 Apr 2012 19:39:18 +0000 (+0000) Subject: Revert r154396, which looks to be the real culprit behind the bot failures. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9142ed58eb9e613ca72e5ac67b827a5e421a5e93;p=oota-llvm.git 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 --- diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp index 4f14a0e20b4..5ac6069ff78 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();