]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
rs6000.md (call_value): Fix typo.
authorAnton Hartl <toni@devsoft.com>
Tue, 16 Feb 1999 20:08:00 +0000 (13:08 -0700)
committerJeff Law <law@gcc.gnu.org>
Tue, 16 Feb 1999 20:08:00 +0000 (13:08 -0700)
X
        * rs6000.md (call_value): Fix typo.

From-SVN: r25255

gcc/config/rs6000/rs6000.md

index 0224ef34874f69f15eca20b2c3092e2a2a0500f4..b879bbf82f15925126a8be4bb908db5e8663b42e 100644 (file)
   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)