From 6c81a49011d7d197a0b291531f109cca4ed298a8 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Sat, 11 May 2002 19:16:28 +0200 Subject: i386.md (testsi to testqi spliters): New. * i386.md (testsi to testqi spliters): New. 2002-01-14 Josef Zlomek cfg.c (dump_edge_info): added dumping of EDGE_CAN_FALLTHRU. Wed Jan 9 2002 Josef Zlomek * basic-block.h: New flag EDGE_CAN_FALLTHRU * cfganal.c (set_edge_can_fallthru_flag): New function; marks the edges that can be made fallthru. Mon Nov 12 16:25:53 CET 2001 Jan Hubicka * cfglayout.c (cleanup_unconditional_jumps): New static function. (cfg_layout_initialize): Use it. Co-Authored-By: Pavel Nejedly From-SVN: r53383 --- gcc/cfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cfg.c') diff --git a/gcc/cfg.c b/gcc/cfg.c index 766c1b8..47dfb23 100644 --- a/gcc/cfg.c +++ b/gcc/cfg.c @@ -609,7 +609,7 @@ dump_edge_info (file, e, do_succ) if (e->flags) { static const char * const bitnames[] - = {"fallthru", "ab", "abcall", "eh", "fake", "dfs_back"}; + = {"fallthru", "ab", "abcall", "eh", "fake", "dfs_back", "can_fallthru"}; int comma = 0; int i, flags = e->flags; -- cgit v1.1