From: Jan Hubicka Date: Tue, 15 Oct 2002 20:09:32 +0000 (+0200) Subject: * expr.c (do_tablejump): Fix typo in my previous commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=74f6d07186e73e97aa4779ec7c996fef36a8011b;p=gcc.git * expr.c (do_tablejump): Fix typo in my previous commit. From-SVN: r58179 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4628c5c31e7..dcb9d7470ae 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Tue Oct 15 22:08:35 CEST 2002 Jan Hubicka + + * expr.c (do_tablejump): Fix typo in my previous commit. + 2002-10-15 Richard Sandiford * config/mips/vr.h (DRIVER_SELF_SPECS): Change % cfun->max_jumptable_ents) - cfun->max_jumptable_ents = range; + if (INTVAL (range) > cfun->max_jumptable_ents) + cfun->max_jumptable_ents = INTVAL (range); /* Do an unsigned comparison (in the proper mode) between the index expression and the value which represents the length of the range.