diff options
Diffstat (limited to 'gcc/genrecog.c')
-rw-r--r-- | gcc/genrecog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genrecog.c b/gcc/genrecog.c index 29da09483fe..73e7995262a 100644 --- a/gcc/genrecog.c +++ b/gcc/genrecog.c @@ -5118,7 +5118,7 @@ print_subroutine (output_state *os, state *s, int proc_id) print_subroutine_start (os, s, &root_pos); if (proc_id == 0) { - printf (" recog_data.insn = NULL_RTX;\n"); + printf (" recog_data.insn = NULL;\n"); printf (" rtx_insn *insn ATTRIBUTE_UNUSED;\n"); printf (" insn = safe_as_a <rtx_insn *> (uncast_insn);\n"); } |