cgraphunit.c (visited_nodes): New static variable.
authorJeff Sturm <jsturm@one-point.com>
Wed, 3 Sep 2003 21:03:27 +0000 (21:03 +0000)
committerJeff Sturm <jsturm@gcc.gnu.org>
Wed, 3 Sep 2003 21:03:27 +0000 (21:03 +0000)
commit7dff32e6609b500f53edeb897c993b60e5e59743
tree31ce3577ac91e4057d0e22250c31cb4ed0ca27b6
parent039c3d42d54967fab2bf452db7133388882a4204
cgraphunit.c (visited_nodes): New static variable.

* cgraphunit.c (visited_nodes): New static variable.
(record_call_1): Use walk_tree with visited_nodes.
(cgraph_create_edges): Use walk_tree with visited_nodes.
Setup/teardown visited_nodes hashtable.

From-SVN: r71033
gcc/ChangeLog
gcc/cgraphunit.c