Do not endian swap the operands to a store if the operands came from a vector.
authorChris Lattner <sabre@nondot.org>
Fri, 31 Mar 2006 18:20:46 +0000 (18:20 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 31 Mar 2006 18:20:46 +0000 (18:20 +0000)
commitd9731af75b38f30c02f19d6e81333b9c2599ad5f
tree9febccb5c68c0aefa0ec66b15508822cb61acc64
parent29cd7db31097a1ae70a88d7f721a46f207363b46
Do not endian swap the operands to a store if the operands came from a vector.

This fixes UnitTests/Vector/simple.c with altivec.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27298 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp