diff options
author | spark <spark@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-28 20:15:10 +0000 |
---|---|---|
committer | spark <spark@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-28 20:15:10 +0000 |
commit | 69eee21db577b8a270fae4da3cc5f8686ca93057 (patch) | |
tree | eec1f0a98236b0cc50a93f03ae95201e815b992a /gcc/value-prof.h | |
parent | e8a6d961f10be0350c17bfc3cd7e843c6d444812 (diff) | |
download | gcc-69eee21db577b8a270fae4da3cc5f8686ca93057.tar.gz |
2008-05-28 Seongbae Park <seongbae.park@gmail.com>
* tree-ssa-propagate.c (set_rhs): Preserve the histogram
and the eh region information.
* value-prof.c (gimple_move_stmt_histograms): New function.
* value-prof.h (gimple_move_stmt_histograms): New function declaration.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136124 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/value-prof.h')
-rw-r--r-- | gcc/value-prof.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/value-prof.h b/gcc/value-prof.h index a01919bb3f9..2ab9df1cb53 100644 --- a/gcc/value-prof.h +++ b/gcc/value-prof.h @@ -116,6 +116,7 @@ void dump_histograms_for_stmt (struct function *, FILE *, tree); void gimple_remove_histogram_value (struct function *, tree, histogram_value); void gimple_remove_stmt_histograms (struct function *, tree); void gimple_duplicate_stmt_histograms (struct function *, tree, struct function *, tree); +void gimple_move_stmt_histograms (struct function *, tree, tree); void verify_histograms (void); void free_histograms (void); void stringop_block_profile (tree, unsigned int *, HOST_WIDE_INT *); |