diff options
author | DJ Delorie <dj@redhat.com> | 2009-07-14 17:46:15 -0400 |
---|---|---|
committer | DJ Delorie <dj@gcc.gnu.org> | 2009-07-14 17:46:15 -0400 |
commit | a9d1723f3a269620f6ec157e27d7032e9b4eadcc (patch) | |
tree | 628b6ca227c7c1b689283cf8ff9bf0529db08c38 /gcc/config/mep/mep-protos.h | |
parent | 868e7c379bc46423a29f4ee433818a0ac71c22b4 (diff) | |
download | gcc-a9d1723f3a269620f6ec157e27d7032e9b4eadcc.zip gcc-a9d1723f3a269620f6ec157e27d7032e9b4eadcc.tar.gz gcc-a9d1723f3a269620f6ec157e27d7032e9b4eadcc.tar.bz2 |
mep.c (mep_vliw_jmp_match): New function.
* config/mep/mep.c (mep_vliw_jmp_match): New function.
* config/mep/mep-protos.h (mep_vliw_jmp_match): Prototype it.
* config/mep/mep.md (sibcall_internal): Change test from
mep_vliw_mode_match to mep_vliw_jmp_match.
(sibcall_value_internal): Likewise.
From-SVN: r149644
Diffstat (limited to 'gcc/config/mep/mep-protos.h')
-rw-r--r-- | gcc/config/mep/mep-protos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/mep/mep-protos.h b/gcc/config/mep/mep-protos.h index eb37702..a4de754 100644 --- a/gcc/config/mep/mep-protos.h +++ b/gcc/config/mep/mep-protos.h @@ -33,6 +33,7 @@ extern bool mep_allow_clip (rtx, rtx, int); extern bool mep_bit_position_p (rtx, bool); extern bool mep_split_mov (rtx *, int); extern bool mep_vliw_mode_match (rtx); +extern bool mep_vliw_jmp_match (rtx); extern bool mep_multi_slot (rtx); extern bool mep_legitimate_address (enum machine_mode, rtx, int); extern int mep_legitimize_address (rtx *, rtx, enum machine_mode); |