Fix ConstantFoldShuffleVectorInstruction to properly handle the case
authorChris Lattner <sabre@nondot.org>
Mon, 30 Jan 2012 05:34:13 +0000 (05:34 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 30 Jan 2012 05:34:13 +0000 (05:34 +0000)
commit0cd0d8149278782aaa93c190f81e04f10a4efb5e
tree597378fec36763872bda64ef7bbc2b0549701291
parent90fb059222f71b334c7dd7221eb8091200d829ef
Fix ConstantFoldShuffleVectorInstruction to properly handle the case
when the result type has a different # elements than the input vectors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149221 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/ConstantFold.cpp