Commit 57421f45 by Jason Merrill Committed by Jason Merrill

* tree.c (type_hash_canon): Use struct tree_type_non_common.

From-SVN: r173692
parent 0ebc7af1
2011-05-11 Jason Merrill <jason@redhat.com>
* tree.c (type_hash_canon): Use struct tree_type_non_common.
2011-05-11 Eric Botcazou <ebotcazou@adacore.com> 2011-05-11 Eric Botcazou <ebotcazou@adacore.com>
* cfgrtl.c (commit_one_edge_insertion): Remove always-true test and * cfgrtl.c (commit_one_edge_insertion): Remove always-true test and
......
...@@ -6217,7 +6217,7 @@ type_hash_canon (unsigned int hashcode, tree type) ...@@ -6217,7 +6217,7 @@ type_hash_canon (unsigned int hashcode, tree type)
#ifdef GATHER_STATISTICS #ifdef GATHER_STATISTICS
tree_code_counts[(int) TREE_CODE (type)]--; tree_code_counts[(int) TREE_CODE (type)]--;
tree_node_counts[(int) t_kind]--; tree_node_counts[(int) t_kind]--;
tree_node_sizes[(int) t_kind] -= sizeof (struct tree_type); tree_node_sizes[(int) t_kind] -= sizeof (struct tree_type_non_common);
#endif #endif
return t1; return t1;
} }
......
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