rs6000.md (call_value): Fix typo.

X
        * rs6000.md (call_value): Fix typo.

From-SVN: r25253
This commit is contained in:
Anton Hartl 1999-02-16 13:06:39 -07:00 committed by Jeff Law
parent 91cee9a153
commit 6756293cc3

View File

@ -7586,7 +7586,7 @@
if (GET_CODE (operands[1]) != SYMBOL_REF
|| (INTVAL (operands[3]) & CALL_LONG) != 0)
{
if (INTVAL (operands[2]) & CALL_LONG)
if (INTVAL (operands[3]) & CALL_LONG)
operands[1] = rs6000_longcall_ref (operands[1]);
if (DEFAULT_ABI == ABI_V4 || DEFAULT_ABI == ABI_AIX_NODESC || DEFAULT_ABI == ABI_SOLARIS)