From: Joern Rennecke Date: Wed, 16 Jun 2004 16:00:40 +0000 (+0100) Subject: cfglayout.c (fixup_reorder_chain): Handle case where the destination of E_FALL is... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d9c75fe042245114199810c6bae601bba0aeb87f;p=gcc.git cfglayout.c (fixup_reorder_chain): Handle case where the destination of E_FALL is EXIT_BLOCK_PTR. * cfglayout.c (fixup_reorder_chain): Handle case where the destination of E_FALL is EXIT_BLOCK_PTR. From-SVN: r83245 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0f7fd1937d5..b4c81e70acd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-06-16 J"orn Rennecke + + * cfglayout.c (fixup_reorder_chain): Handle case where the + destination of E_FALL is EXIT_BLOCK_PTR. + 2004-06-16 Vladimir Makarov PR target/15653