diff options
Diffstat (limited to 'gcc/lra-int.h')
-rw-r--r-- | gcc/lra-int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/lra-int.h b/gcc/lra-int.h index a400a0f..4dbe667 100644 --- a/gcc/lra-int.h +++ b/gcc/lra-int.h @@ -412,6 +412,7 @@ extern rtx lra_eliminate_regs_1 (rtx_insn *, rtx, machine_mode, extern void eliminate_regs_in_insn (rtx_insn *insn, bool, bool, poly_int64); extern void lra_eliminate (bool, bool); +extern poly_int64 lra_update_sp_offset (rtx, poly_int64); extern void lra_eliminate_reg_if_possible (rtx *); |