* cfg.c (dump_edge_info): Add name of loop_exit edge flag.

From-SVN: r70442
This commit is contained in:
Zdenek Dvorak 2003-08-14 20:18:42 +02:00 committed by Zdenek Dvorak
parent 3256230283
commit 4139675b40
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-08-14 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
* cfg.c (dump_edge_info): Add name of loop_exit edge flag.
2003-08-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* pa.c (pa_adjust_insn_length): Delete adjustment for delay slot in

View File

@ -636,7 +636,7 @@ dump_edge_info (FILE *file, edge e, int do_succ)
{
static const char * const bitnames[] = {
"fallthru", "ab", "abcall", "eh", "fake", "dfs_back",
"can_fallthru", "irreducible", "sibcall"
"can_fallthru", "irreducible", "sibcall", "loop_exit"
};
int comma = 0;
int i, flags = e->flags;