Commit 4139675b by Zdenek Dvorak Committed by Zdenek Dvorak

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

From-SVN: r70442
parent 32562302
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> 2003-08-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* pa.c (pa_adjust_insn_length): Delete adjustment for delay slot in * pa.c (pa_adjust_insn_length): Delete adjustment for delay slot in
......
...@@ -636,7 +636,7 @@ dump_edge_info (FILE *file, edge e, int do_succ) ...@@ -636,7 +636,7 @@ dump_edge_info (FILE *file, edge e, int do_succ)
{ {
static const char * const bitnames[] = { static const char * const bitnames[] = {
"fallthru", "ab", "abcall", "eh", "fake", "dfs_back", "fallthru", "ab", "abcall", "eh", "fake", "dfs_back",
"can_fallthru", "irreducible", "sibcall" "can_fallthru", "irreducible", "sibcall", "loop_exit"
}; };
int comma = 0; int comma = 0;
int i, flags = e->flags; int i, flags = e->flags;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment