summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-04-10 19:39:18 +0000
committerChad Rosier <mcrosier@apple.com>2012-04-10 19:39:18 +0000
commit235a7a1746196d60f95d8df971f605da7ed73ac3 (patch)
tree964df5a7dfab0b59892d7a8c0879429e7f088e0b
parent65ada95b84bd621775aeaa59da1dc7b443aa02f1 (diff)
downloadbcm5719-llvm-235a7a1746196d60f95d8df971f605da7ed73ac3.tar.gz
bcm5719-llvm-235a7a1746196d60f95d8df971f605da7ed73ac3.zip
Revert r154396, which looks to be the real culprit behind the bot failures.
llvm-svn: 154426
-rw-r--r--llvm/lib/Target/X86/X86ISelLowering.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp
index 4f14a0e20b4..5ac6069ff78 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.cpp
+++ b/llvm/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();
OpenPOWER on IntegriCloud