Fix an altivec constant miscompilation that Duncan found through
authorChris Lattner <sabre@nondot.org>
Thu, 10 Jul 2008 16:33:38 +0000 (16:33 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 10 Jul 2008 16:33:38 +0000 (16:33 +0000)
commit85e7ac0353d6be357e6cab49f40304793ee601a1
tree12d9d07458626362eb4698404de69df56701352f
parent5ac319ac7125b009adddcc49294d2e040c4a91e5
Fix an altivec constant miscompilation that Duncan found through
his work on legalizetypes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53410 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp
test/CodeGen/PowerPC/2008-07-10-SplatMiscompile.ll [new file with mode: 0644]