cgraph.c (cgraph_node): Use INSERT instead of 1 in htab_find_slot_with_hash.
authorJosef Zlomek <zlomekj@suse.cz>
Thu, 2 Oct 2003 15:11:40 +0000 (17:11 +0200)
committerJosef Zlomek <zlomek@gcc.gnu.org>
Thu, 2 Oct 2003 15:11:40 +0000 (15:11 +0000)
commitb97e92ed3a4dd394c2d764c3a78264f43050a35e
tree94553b7a0ed7cbc7f189c96d864ebd6f18dfec8f
parenta08a2b75146b3b9f34692b58503126525e083429
cgraph.c (cgraph_node): Use INSERT instead of 1 in htab_find_slot_with_hash.

* cgraph.c (cgraph_node): Use INSERT instead of 1 in
htab_find_slot_with_hash.
(cgraph_node_for_identifier): Use NO_INSERT.
(cgraph_remove_node): Use NO_INSERT.
(cgraph_varpool_node): Use INSERT.
(cgraph_varpool_node_for_identifier): Use NO_INSERT.

From-SVN: r72031
gcc/ChangeLog
gcc/cgraph.c