cfg.c (cached_make_edge): Call make_edge if edge cache is not available.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 22 Feb 2005 15:42:25 +0000 (15:42 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 22 Feb 2005 15:42:25 +0000 (15:42 +0000)
commite2c879a1333c185ffac0e8c4da749ac1a09ca6ce
treed3f550f669389b94a6ae1c48cf11123e7ac1e744
parent554beb3a44a24e429ea64b3b77bd7c95990b4849
cfg.c (cached_make_edge): Call make_edge if edge cache is not available.

* cfg.c (cached_make_edge): Call make_edge if edge cache is
not available.  Use tail calls wherever possible.
(make_edge): Call unchecked_make_edge to create an edge.

From-SVN: r95396
gcc/ChangeLog
gcc/cfg.c