diff options
author | Zhenqiang Chen <zhenqiang.chen@arm.com> | 2014-10-21 03:38:37 +0000 |
---|---|---|
committer | Zhenqiang Chen <zqchen@gcc.gnu.org> | 2014-10-21 03:38:37 +0000 |
commit | 11204b2de523611cf7f1135aa5ff1cfb1bb11001 (patch) | |
tree | 095a9c0fd61d03f3ccb70c3d847baf69add08e2e /gcc/rtl.h | |
parent | eb1da98ac659b13a43deed26f424c83f8da92d1d (diff) | |
download | gcc-11204b2de523611cf7f1135aa5ff1cfb1bb11001.tar.gz |
cfgloopanal.c (seq_cost): Delete.
2014-10-21 Zhenqiang Chen <zhenqiang.chen@arm.com>
* cfgloopanal.c (seq_cost): Delete.
* rtl.h (seq_cost): New prototype.
* rtlanal.c (seq_cost): New function.
* tree-ssa-loop-ivopts.c (seq_cost): Delete.
From-SVN: r216501
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 496d824fb6a..2c614c328b6 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -2912,6 +2912,7 @@ extern rtx_insn *find_first_parameter_load (rtx_insn *, rtx_insn *); extern bool keep_with_call_p (const rtx_insn *); extern bool label_is_jump_target_p (const_rtx, const rtx_insn *); extern int insn_rtx_cost (rtx, bool); +extern unsigned seq_cost (const rtx_insn *, bool); /* Given an insn and condition, return a canonical description of the test being made. */ |