diff options
author | DJ Delorie <dj@redhat.com> | 2009-07-15 22:44:40 -0400 |
---|---|---|
committer | DJ Delorie <dj@gcc.gnu.org> | 2009-07-15 22:44:40 -0400 |
commit | 11af2d7b91dd96c767a86ab4f870dc11fcbbadb4 (patch) | |
tree | b530bc7ca3e1e4064ad9234665fc7158e434dea8 /gcc/config | |
parent | 4c4b7a6ad558f0a702bf43b326d9134cae237ec5 (diff) | |
download | gcc-11af2d7b91dd96c767a86ab4f870dc11fcbbadb4.zip gcc-11af2d7b91dd96c767a86ab4f870dc11fcbbadb4.tar.gz gcc-11af2d7b91dd96c767a86ab4f870dc11fcbbadb4.tar.bz2 |
mep.md (sibcall_internal): Change register to avoid argument registers.
* config/mep/mep.md (sibcall_internal): Change register to avoid
argument registers.
(sibcall_value_internal): Likewise.
From-SVN: r149701
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/mep/mep.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/mep/mep.md b/gcc/config/mep/mep.md index 5b5fba8..20beef6 100644 --- a/gcc/config/mep/mep.md +++ b/gcc/config/mep/mep.md @@ -1927,8 +1927,8 @@ return "jmp\t%0"; else if (mep_vliw_mode_match (operands[2])) return - "movu $3, %0\n\ - jmp $3"; + "movu $0, %0\n\ + jmp $0"; else return "ldc $12, $lp\n\ @@ -2002,8 +2002,8 @@ return "jmp\t%1"; else if (mep_vliw_mode_match (operands[3])) return - "movu $3, %1\n\ - jmp $3"; + "movu $0, %1\n\ + jmp $0"; else return "ldc $12, $lp\n\ |