diff options
Diffstat (limited to 'gcc/config/mep/mep.c')
-rw-r--r-- | gcc/config/mep/mep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mep/mep.c b/gcc/config/mep/mep.c index b421fe3..1c0e80b 100644 --- a/gcc/config/mep/mep.c +++ b/gcc/config/mep/mep.c @@ -1061,7 +1061,7 @@ mep_vliw_jmp_match (rtx tgt) } bool -mep_multi_slot (rtx x) +mep_multi_slot (rtx_insn *x) { return get_attr_slot (x) == SLOT_MULTI; } |