diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-06-30 16:18:49 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-06-30 16:18:49 -0600 |
commit | 20b204401222d0d7a10a932e214670ba3c91b225 (patch) | |
tree | 21289142a391f3c0b5899eaf583477e416ceb9f0 | |
parent | e3208d538e2c0d0e136f0fad1aea819b08a8c55b (diff) | |
download | gcc-20b204401222d0d7a10a932e214670ba3c91b225.zip gcc-20b204401222d0d7a10a932e214670ba3c91b225.tar.gz gcc-20b204401222d0d7a10a932e214670ba3c91b225.tar.bz2 |
jump.c (jump_optimize): Show that the jump chain is not valid when not optimizing.
* jump.c (jump_optimize): Show that the jump chain is not
valid when not optimizing.
From-SVN: r20851
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 59396a0..4226e18 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Tue Jun 30 23:16:39 1998 Jeffrey A Law (law@cygnus.com) + + * jump.c (jump_optimize): Show that the jump chain is not + valid when not optimizing. + Tue Jun 30 16:01:01 1998 Richard Henderson <rth@cygnus.com> * rtl.def (CONSTANT_P_RTX): New. |