Revert r154396, which looks to be the real culprit behind the bot failures.
authorChad Rosier <mcrosier@apple.com>
Tue, 10 Apr 2012 19:39:18 +0000 (19:39 +0000)
committerChad Rosier <mcrosier@apple.com>
Tue, 10 Apr 2012 19:39:18 +0000 (19:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154426 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index 4f14a0e20b4a8e8b5155ceebb7bb8363b6947edd..5ac6069ff782a03ec09b09bf0fcf7f1d4315affa 100644 (file)
@@ -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();