Commit 958ea87b by Aldy Hernandez Committed by Aldy Hernandez

value-prof.h (gimple_remove_histogram_value): Remove duplicate prototype.

	* value-prof.h (gimple_remove_histogram_value): Remove duplicate
	prototype.

From-SVN: r127678
parent 02014de2
2007-08-21 Aldy Hernandez <aldyh@redhat.com>
* value-prof.h (gimple_remove_histogram_value): Remove duplicate
prototype.
2007-08-21 Aldy Hernandez <aldyh@redhat.com>
* tree-flow-inline.h (next_imm_use_stmt): Remove unecessary
whitespace.
......
......@@ -112,7 +112,6 @@ struct profile_hooks {
histogram_value gimple_histogram_value (struct function *, tree);
histogram_value gimple_histogram_value_of_type (struct function *, tree, enum hist_type);
void gimple_add_histogram_value (struct function *, tree, histogram_value);
void gimple_remove_histogram_value (struct function *, tree, histogram_value);
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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment