big endian 32-bit systems (e.g. ppc32) want to return the high reg first, not
authorChris Lattner <sabre@nondot.org>
Tue, 6 Mar 2007 20:01:06 +0000 (20:01 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 6 Mar 2007 20:01:06 +0000 (20:01 +0000)
commitedf2e8da256496c19390cfd46da80746373e9989
tree27d5a19c76a5d7ee5fbffe3fc72850adbf0750d8
parent622adea47feebbab6119e7863475b479880d70ba
big endian 32-bit systems (e.g. ppc32) want to return the high reg first, not
the lo-reg first.  This is fallout from my ppc calling conv change yesterday,
it fixes test/ExecutionEngine/2003-05-06-LivenessClobber.llx

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