diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 68af5c0..c0cc56f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-09-29 Hans-Peter Nilsson <hp@axis.com> + + * doc/invoke.texi (Optimize Options): Delete spurious @table. + 2001-09-28 Richard Henderson <rth@redhat.com> * varasm.c (assemble_integer): Bound alignment check by diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 58c4d03..39fd01a 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -3426,7 +3426,6 @@ except for debugging section. This optimization enables such transformations. It is still compatible with @option{-g}, but debugging resulting programs will be even higher challenge. -@table @gcctabopt @item -fstrength-reduce @opindex fstrength-reduce Perform the optimizations of loop strength reduction and |