From-SVN: r128177
This commit is contained in:
Basile Starynkevitch 2007-09-06 06:42:47 +00:00
parent 0497c836d0
commit 1a4b763e6b
2 changed files with 5716 additions and 5306 deletions

View File

@ -667,7 +667,7 @@ void
dump_edge_info (FILE *file, edge e, int do_succ)
{
basic_block side = (do_succ ? e->dest : e->src);
/* both ENTRY_BLOCK_PTR & EXIT_BLOCK_PTR depend upon cfun */
/* both ENTRY_BLOCK_PTR & EXIT_BLOCK_PTR depend upon cfun. */
if (cfun && side == ENTRY_BLOCK_PTR)
fputs (" ENTRY", file);
else if (cfun && side == EXIT_BLOCK_PTR)

11020
gcc/configure vendored

File diff suppressed because it is too large Load Diff