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 711f53b4d9e..3c511550e38 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1461,6 +1461,7 @@ extern int rtx_addr_varies_p PARAMS ((rtx, int)); extern HOST_WIDE_INT get_integer_term PARAMS ((rtx)); extern rtx get_related_value PARAMS ((rtx)); extern rtx get_jump_table_offset PARAMS ((rtx, rtx *)); +extern int global_reg_mentioned_p PARAMS ((rtx)); extern int reg_mentioned_p PARAMS ((rtx, rtx)); extern int count_occurrences PARAMS ((rtx, rtx, int)); extern int reg_referenced_p PARAMS ((rtx, rtx)); |