diff options
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r-- | gcc/cfgexpand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index b6e02ef38fd..0a1b4bf64c2 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -5847,7 +5847,7 @@ pass_expand::execute (function *fun) if (var_ret_seq) { - rtx after = return_label; + rtx_insn *after = return_label; rtx_insn *next = NEXT_INSN (after); if (next && NOTE_INSN_BASIC_BLOCK_P (next)) after = next; |