]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* cfg.c (dump_edge_info): Add name of loop_exit edge flag.
authorZdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
Thu, 14 Aug 2003 18:18:42 +0000 (20:18 +0200)
committerZdenek Dvorak <rakdver@gcc.gnu.org>
Thu, 14 Aug 2003 18:18:42 +0000 (18:18 +0000)
From-SVN: r70442

gcc/ChangeLog
gcc/cfg.c

index 565fc992b20f128c36db4a50cac8a427f8def97e..4b848f1413cffbd804346a4ef19125bf470b4412 100644 (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
index 779bc4fb79a5838d1b0988dcc8c6977381679e95..208967425ff1c6af181c11069e5ce9a6f3087f82 100644 (file)
--- a/gcc/cfg.c
+++ b/gcc/cfg.c
@@ -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;