diff options
Diffstat (limited to 'gcc/recog.c')
-rw-r--r-- | gcc/recog.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/recog.c b/gcc/recog.c index 32c573a..4dcb14e 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -3164,7 +3164,8 @@ static rtx peep2_attempt (basic_block bb, rtx insn, int match_len, rtx attempt) { int i; - rtx last, eh_note, as_note, before_try, x; + rtx_insn *last, *before_try, *x; + rtx eh_note, as_note; rtx old_insn, new_insn; bool was_call = false; |