aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2006-01-02 22:47:50 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2006-01-02 22:47:50 +0000
commitc8c3cb28fa6b56640e6ec8ce6feaf30e7c848cb5 (patch)
tree9ae9d94e53504579c5780cb80ef18bf1729a5658 /gcc/ChangeLog
parent99f1e970919e08ce15113e28618ec93ddc0cddc4 (diff)
downloadgcc-c8c3cb28fa6b56640e6ec8ce6feaf30e7c848cb5.zip
gcc-c8c3cb28fa6b56640e6ec8ce6feaf30e7c848cb5.tar.gz
gcc-c8c3cb28fa6b56640e6ec8ce6feaf30e7c848cb5.tar.bz2
cfglayout.c (fixup_reorder_chain): Remove kludge for the case of conditional jump jumping to the next instruction.
* cfglayout.c (fixup_reorder_chain): Remove kludge for the case of conditional jump jumping to the next instruction. * cfgrtl.c (force_nonfallthru_and_redirect): Accept all cases of conditional jump jumping to the next instruction. Co-Authored-By: Jan Hubicka <jh@suse.cz> From-SVN: r109247
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2834096..0423185 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,11 @@
+2006-01-02 Eric Botcazou <ebotcazou@adacore.com>
+ Jan Hubicka <jh@suse.cz>
+
+ * cfglayout.c (fixup_reorder_chain): Remove kludge for the
+ case of conditional jump jumping to the next instruction.
+ * cfgrtl.c (force_nonfallthru_and_redirect): Accept all
+ cases of conditional jump jumping to the next instruction.
+
2006-01-02 Jan Hubicka <jh@suse.cz>
* i386.c (*_cost): Add COSTS_N_INSNS.