mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-06 05:20:26 +08:00
gimple-pretty-print.c (dump_bb_header): Add check for cfun.
2010-11-22 Basile Starynkevitch <basile@starynkevitch.net> * gimple-pretty-print.c (dump_bb_header): Add check for cfun. From-SVN: r167044
This commit is contained in:
parent
fbd9f2f91a
commit
858de5cce1
@ -1,4 +1,8 @@
|
||||
2010-11-22 Paolo Bonzini<bonzini@gnu.org>
|
||||
2010-11-22 Basile Starynkevitch <basile@starynkevitch.net>
|
||||
|
||||
* gimple-pretty-print.c (dump_bb_header): Add check for cfun.
|
||||
|
||||
2010-11-22 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
PR bootstrap/44970
|
||||
* Makefile.in (fwprop.o) Add sparseset.h.
|
||||
|
@ -1898,7 +1898,8 @@ dump_bb_header (pretty_printer *buffer, basic_block bb, int indent, int flags)
|
||||
}
|
||||
}
|
||||
pp_write_text_to_stream (buffer);
|
||||
check_bb_profile (bb, buffer->buffer->stream);
|
||||
if (cfun)
|
||||
check_bb_profile (bb, buffer->buffer->stream);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user