| commit | cb9af557e7b466fe3dae9e2936261bb75f1937b6 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Wed Nov 24 17:42:55 2004 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Wed Nov 24 17:42:55 2004 +0000 |
| tree | b52b511b5cca6188bb56e86dfa619ea8b66d6715 | |
| parent | 80bb69310908ff077657456eaeef9e8c7f1de466 [diff] |
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