Initialize ShufBytes, as gcc 4.4 can't detect that the entire array is
authorScott Michel <scottm@aero.org>
Mon, 24 Aug 2009 21:53:27 +0000 (21:53 +0000)
committerScott Michel <scottm@aero.org>
Mon, 24 Aug 2009 21:53:27 +0000 (21:53 +0000)
commit9b2420d2b21d3450bdfbf25f02f241e7d81c23c4
tree2ffdc40a118f96311e8970ae25a17a567a9ae0e9
parentade1a22522ab4d1971ee6fd1f7491e1a956b03a9
Initialize ShufBytes, as gcc 4.4 can't detect that the entire array is
initialized and a warning about a potentially unintialized variable is
generated.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79946 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CellSPU/SPUISelLowering.cpp