diff options
Diffstat (limited to 'gcc/recog.c')
-rw-r--r-- | gcc/recog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.c b/gcc/recog.c index c3ad86f..a5be34c 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -978,7 +978,7 @@ validate_simplify_insn (rtx insn) int next_insn_tests_no_inequality (rtx insn) { - rtx next = next_cc0_user (insn); + rtx_insn *next = next_cc0_user (insn); /* If there is no next insn, we have to take the conservative choice. */ if (next == 0) |