Commit bbf294a5 by Andrew Pinski Committed by Andrew Pinski

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
parent a475bff7
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> 2004-01-23 Richard Henderson <rth@redhat.com>
PR opt/12941 PR opt/12941
......
...@@ -10181,7 +10181,7 @@ ...@@ -10181,7 +10181,7 @@
if (DEFAULT_ABI == ABI_V4 if (DEFAULT_ABI == ABI_V4
|| DEFAULT_ABI == ABI_DARWIN) || DEFAULT_ABI == ABI_DARWIN)
operands[1] = force_reg (Pmode, operands[1]); operands[0] = force_reg (Pmode, operands[0]);
else if (DEFAULT_ABI == ABI_AIX) else if (DEFAULT_ABI == ABI_AIX)
{ {
...@@ -10229,7 +10229,7 @@ ...@@ -10229,7 +10229,7 @@
if (DEFAULT_ABI == ABI_V4 if (DEFAULT_ABI == ABI_V4
|| DEFAULT_ABI == ABI_DARWIN) || DEFAULT_ABI == ABI_DARWIN)
operands[0] = force_reg (Pmode, operands[0]); operands[1] = force_reg (Pmode, operands[1]);
else if (DEFAULT_ABI == ABI_AIX) else if (DEFAULT_ABI == ABI_AIX)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment