diff options
author | Anton Hartl <toni@devsoft.com> | 1999-02-16 13:06:39 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-02-16 13:06:39 -0700 |
commit | 6756293cc3ccfb7d4af73f0e73e57889325f2ba6 (patch) | |
tree | 23bc0d002e2acca2469992048bdc4051fe72e23a /gcc | |
parent | 91cee9a1536ff20f6bfb5bc82d867b202fddaf26 (diff) | |
download | gcc-6756293cc3ccfb7d4af73f0e73e57889325f2ba6.zip gcc-6756293cc3ccfb7d4af73f0e73e57889325f2ba6.tar.gz gcc-6756293cc3ccfb7d4af73f0e73e57889325f2ba6.tar.bz2 |
rs6000.md (call_value): Fix typo.
X
* rs6000.md (call_value): Fix typo.
From-SVN: r25253
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/rs6000/rs6000.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index a8add63..f887845 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) |