diff options
author | David Malcolm <dmalcolm@redhat.com> | 2014-11-19 19:49:28 +0000 |
---|---|---|
committer | David Malcolm <dmalcolm@gcc.gnu.org> | 2014-11-19 19:49:28 +0000 |
commit | eec424587c48056497c9e6a9acbe5d52e1e60779 (patch) | |
tree | 46590130e55b3d4418c80c6ca4fc4d2da5d5ee30 /gcc/ira.h | |
parent | 4c4d052c406900d27a167d7f6661f110b2e4d2a2 (diff) | |
download | gcc-eec424587c48056497c9e6a9acbe5d52e1e60779.zip gcc-eec424587c48056497c9e6a9acbe5d52e1e60779.tar.gz gcc-eec424587c48056497c9e6a9acbe5d52e1e60779.tar.bz2 |
PR jit/63854: Add ira_costs_c_finalize
gcc/ChangeLog:
PR jit/63854
* ira-costs.c (ira_costs_c_finalize): New function.
* ira.h (ira_costs_c_finalize): New prototype.
* toplev.c (toplev::finalize): Call ira_costs_c_finalize.
From-SVN: r217800
Diffstat (limited to 'gcc/ira.h')
-rw-r--r-- | gcc/ira.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -199,4 +199,7 @@ extern bool ira_bad_reload_regno (int, rtx, rtx); extern void ira_adjust_equiv_reg_cost (unsigned, int); +/* ira-costs.c */ +extern void ira_costs_c_finalize (void); + #endif /* GCC_IRA_H */ |