aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@arthur.rhein-neckar.de>1998-07-01 22:42:58 +0000
committerJeff Law <law@gcc.gnu.org>1998-07-01 16:42:58 -0600
commit56159047bb0b5fbd3e4355733e656fbb89290abc (patch)
treec22410f74db08de26187547fb8e2e9d5dedfb2a0 /gcc
parent00a2e46cb0d6e817d4a4943b0348580ae21e388d (diff)
downloadgcc-56159047bb0b5fbd3e4355733e656fbb89290abc.zip
gcc-56159047bb0b5fbd3e4355733e656fbb89290abc.tar.gz
gcc-56159047bb0b5fbd3e4355733e656fbb89290abc.tar.bz2
O * invoke.texi (Optimize Options): Fix typo.
From-SVN: r20883
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/invoke.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2ddab52..093d3fb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+1998-07-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+
+ * invoke.texi (Optimize Options): Fix typo.
+
Wed Jul 1 22:25:43 1998 Jim Wilson <wilson@cygnus.com>
* xcoffout.c (xcoffout_begin_function): Call xcoffout_block for
diff --git a/gcc/invoke.texi b/gcc/invoke.texi
index 67347cd..a07fcf6 100644
--- a/gcc/invoke.texi
+++ b/gcc/invoke.texi
@@ -2326,7 +2326,7 @@ Perform a number of minor optimizations that are relatively expensive.
@item -fregmove
Attempt to reassign register numbers in move instructions and as
operands of other simple instructions in order to maximize the amount of
-register tying. This is especially helpfu on machines with two-operand
+register tying. This is especially helpful on machines with two-operand
instructions. GNU CC enables this optimization by default with @samp{-O2}
or higher.