From: Anton Hartl Date: Tue, 16 Feb 1999 20:06:39 +0000 (-0700) Subject: rs6000.md (call_value): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6756293cc3ccfb7d4af73f0e73e57889325f2ba6;p=gcc.git rs6000.md (call_value): Fix typo. X * rs6000.md (call_value): Fix typo. From-SVN: r25253 --- diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index a8add636f82..f887845827c 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -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)