diff options
author | Richard Henderson <rth@redhat.com> | 2011-07-23 12:44:19 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2011-07-23 12:44:19 -0700 |
commit | 0be7e7a6dbb4cdf48e76bf9b38f42b95ebf4d752 (patch) | |
tree | 389d88dc095866e7b7f73e8f1553aa55bd3617a1 /gcc/cfg.c | |
parent | e01705517ac38e207e8f52610a46ad0c4aca61e0 (diff) | |
download | gcc-0be7e7a6dbb4cdf48e76bf9b38f42b95ebf4d752.zip gcc-0be7e7a6dbb4cdf48e76bf9b38f42b95ebf4d752.tar.gz gcc-0be7e7a6dbb4cdf48e76bf9b38f42b95ebf4d752.tar.bz2 |
bb-reorder: Split EH edges crossing partitions.
From-SVN: r176696
Diffstat (limited to 'gcc/cfg.c')
-rw-r--r-- | gcc/cfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -720,7 +720,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", "loop_exit", - "true", "false", "exec" + "true", "false", "exec", "crossing", "preserve" }; int comma = 0; int i, flags = e->flags; |