Fix 'ret long' to return the high and lo parts in the right registers. This
authorChris Lattner <sabre@nondot.org>
Wed, 31 Aug 2005 01:34:29 +0000 (01:34 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 31 Aug 2005 01:34:29 +0000 (01:34 +0000)
commit7a49fdcd1136c26d9c60b19c087ca9d578cc9834
tree89d21d3150246855722d85f5646e346de9e29db9
parentfe75a2836abd15557cf21a5cc34a7048cbba654f
Fix 'ret long' to return the high and lo parts in the right registers.  This
fixes crafty and probably others.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23167 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelDAGToDAG.cpp