* value-prof.h (gimple_remove_histogram_value): Remove duplicate
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Aug 2007 21:16:40 +0000 (21:16 +0000)
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Aug 2007 21:16:40 +0000 (21:16 +0000)
prototype.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127678 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/value-prof.h

index 07ece89..e06f448 100644 (file)
@@ -1,5 +1,10 @@
 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.
 
index d6ce834..a01919b 100644 (file)
@@ -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);