typo
From-SVN: r128177
This commit is contained in:
parent
0497c836d0
commit
1a4b763e6b
2 changed files with 5716 additions and 5306 deletions
|
@ -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
11020
gcc/configure
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue