cfglayout.c (fixup_reorder_chain): Handle case where the destination of E_FALL is...
authorJoern Rennecke <amylaar@gcc.gnu.org>
Wed, 16 Jun 2004 16:00:40 +0000 (17:00 +0100)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Wed, 16 Jun 2004 16:00:40 +0000 (17:00 +0100)
* cfglayout.c (fixup_reorder_chain): Handle case where the
destination of E_FALL is EXIT_BLOCK_PTR.

From-SVN: r83245

gcc/ChangeLog

index 0f7fd1937d5a46d508b6d2b720f15699aeba3600..b4c81e70acd116f8a4a23c98d7f3720cc6f6d5ef 100644 (file)
@@ -1,3 +1,8 @@
+2004-06-16  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * cfglayout.c (fixup_reorder_chain): Handle case where the
+       destination of E_FALL is EXIT_BLOCK_PTR.
+
 2004-06-16  Vladimir Makarov  <vmakarov@redhat.com>
 
        PR target/15653