diff options
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1879,6 +1879,7 @@ extern int loc_mentioned_in_p (rtx *, rtx); extern rtx find_first_parameter_load (rtx, rtx); extern bool keep_with_call_p (rtx); extern bool label_is_jump_target_p (rtx, rtx); +extern int insn_rtx_cost (rtx); /* flow.c */ |