diff options
author | Seongbae Park <seongbae.park@gmail.com> | 2008-05-28 20:15:10 +0000 |
---|---|---|
committer | Seongbae Park <spark@gcc.gnu.org> | 2008-05-28 20:15:10 +0000 |
commit | b608a1bc71edb6b778407dd9bfdf0cbd6bcb4c1b (patch) | |
tree | eec1f0a98236b0cc50a93f03ae95201e815b992a /gcc/value-prof.h | |
parent | 77da4248a98f179e1a5be88050ea7fd294e5618e (diff) | |
download | gcc-b608a1bc71edb6b778407dd9bfdf0cbd6bcb4c1b.zip gcc-b608a1bc71edb6b778407dd9bfdf0cbd6bcb4c1b.tar.gz gcc-b608a1bc71edb6b778407dd9bfdf0cbd6bcb4c1b.tar.bz2 |
tree-ssa-propagate.c (set_rhs): Preserve the histogram and the eh region information.
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.
From-SVN: r136124
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 a01919b..2ab9df1 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 *); |