From: Anton Hartl Date: Tue, 16 Feb 1999 20:08:00 +0000 (-0700) Subject: rs6000.md (call_value): Fix typo. X-Git-Tag: prereleases/egcs-1.1.2-prerelease-2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50906b399f70f5655d569ab5b6a51b8de27d51fe;p=thirdparty%2Fgcc.git rs6000.md (call_value): Fix typo. X * rs6000.md (call_value): Fix typo. From-SVN: r25255 --- diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 0224ef34874f..b879bbf82f15 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -7611,7 +7611,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)