rs6000.md (call_value): Fix typo.
authorAnton Hartl <toni@devsoft.com>
Tue, 16 Feb 1999 20:06:39 +0000 (13:06 -0700)
committerJeff Law <law@gcc.gnu.org>
Tue, 16 Feb 1999 20:06:39 +0000 (13:06 -0700)
X
        * rs6000.md (call_value): Fix typo.

From-SVN: r25253

gcc/config/rs6000/rs6000.md

index a8add636f8298fcf9557d4fd17e58573c24cf487..f887845827cbe0295206c3bcda36fd8413cc9686 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)