Silly Sparc is big endian. If we have to load args out of incoming stack slots
authorChris Lattner <sabre@nondot.org>
Mon, 16 Jan 2006 01:40:00 +0000 (01:40 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 16 Jan 2006 01:40:00 +0000 (01:40 +0000)
commit99cf50937d55381fbcdb506e61fb46ade774e7ee
treeb9480b32db67d28647ae3a2d87334deec9d07a00
parentbf2d595dca1b7cd79143f59497b496033c27903e
Silly Sparc is big endian.  If we have to load args out of incoming stack slots
that are smaller than an int, make sure to adjust the frame pointer to take
this into consideration.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25351 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Sparc/SparcISelDAGToDAG.cpp
lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp