cgraph.c (dump_cgraph_varpool_node): Don't crash if called before cgraph_function_fla...
authorRichard Henderson <rth@redhat.com>
Mon, 25 Sep 2006 17:50:25 +0000 (10:50 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 25 Sep 2006 17:50:25 +0000 (10:50 -0700)
commit6aa5c6ba9b46b33f9cebcd1fe799e829c418e4f6
tree455351255e0958640980f2c8a5dd59fcd19c75ae
parent902f7d1afb4d9528a635d8ae39174cac754486b5
cgraph.c (dump_cgraph_varpool_node): Don't crash if called before cgraph_function_flags_ready.

        * cgraph.c (dump_cgraph_varpool_node): Don't crash if called
        before cgraph_function_flags_ready.

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