projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f75ce96
)
cfglayout.c (fixup_reorder_chain): Handle case where the destination of E_FALL is...
author
Joern Rennecke
<amylaar@gcc.gnu.org>
Wed, 16 Jun 2004 16:00:40 +0000
(17:00 +0100)
committer
Joern 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
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 0f7fd1937d5a46d508b6d2b720f15699aeba3600..b4c81e70acd116f8a4a23c98d7f3720cc6f6d5ef 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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