mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-07 14:57:21 +08:00
rs6000.md (call_value): Fix typo.
X * rs6000.md (call_value): Fix typo. From-SVN: r25253
This commit is contained in:
parent
91cee9a153
commit
6756293cc3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user