Skip to content
Commit cb9af557 authored by Chris Lattner's avatar Chris Lattner
Browse files

Force the intregs ptr into R2 and the FPregs ptr into R3. This fixes a really

obscure problem where we were doing:

lmw     r3,0(r9)

which is undefined on PPC.  Now we do:

lmw     r3,0(r2)

by force, not relying on the GCC register allocator for luck :)

llvm-svn: 18212
parent 80bb6931
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment