OSDN Git Service

* cfglayout.c (fixup_reorder_chain): Handle case where the
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Jun 2004 16:00:40 +0000 (16:00 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Jun 2004 16:00:40 +0000 (16:00 +0000)
destination of E_FALL is EXIT_BLOCK_PTR.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83245 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 0f7fd19..b4c81e7 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