diff options
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index 7469539553f..6936302917f 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -617,6 +617,7 @@ extern enum rtx_code unsigned_condition (); extern enum rtx_code signed_condition (); extern rtx plus_constant (), plus_constant_for_output (); extern rtx find_equiv_reg (); +extern rtx squeeze_notes (); extern rtx delete_insn (); extern void delete_jump (); extern rtx get_label_before (); |