rs6000.md (call): Fix misappiled patch.
2004-01-23 Andrew Pinski <apinski@apple.com> * config/rs6000/rs6000.md (call): Fix misappiled patch. (call_value): Likewise. From-SVN: r76462
This commit is contained in:
parent
a475bff7f8
commit
bbf294a55b
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-01-23 Andrew Pinski <apinski@apple.com>
|
||||
|
||||
* config/rs6000/rs6000.md (call): Fix misappiled patch.
|
||||
(call_value): Likewise.
|
||||
|
||||
2004-01-23 Richard Henderson <rth@redhat.com>
|
||||
|
||||
PR opt/12941
|
||||
|
|
|
@ -10181,7 +10181,7 @@
|
|||
|
||||
if (DEFAULT_ABI == ABI_V4
|
||||
|| DEFAULT_ABI == ABI_DARWIN)
|
||||
operands[1] = force_reg (Pmode, operands[1]);
|
||||
operands[0] = force_reg (Pmode, operands[0]);
|
||||
|
||||
else if (DEFAULT_ABI == ABI_AIX)
|
||||
{
|
||||
|
@ -10229,7 +10229,7 @@
|
|||
|
||||
if (DEFAULT_ABI == ABI_V4
|
||||
|| DEFAULT_ABI == ABI_DARWIN)
|
||||
operands[0] = force_reg (Pmode, operands[0]);
|
||||
operands[1] = force_reg (Pmode, operands[1]);
|
||||
|
||||
else if (DEFAULT_ABI == ABI_AIX)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue