extend.texi (Explicit Reg Vars): Typo: change "may deleted" into "may be deleted"
authorHans-Peter Nilsson <hp@axis.se>
Thu, 16 Jul 1998 20:00:57 +0000 (14:00 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 16 Jul 1998 20:00:57 +0000 (14:00 -0600)
(
* extend.texi (Explicit Reg Vars): Typo: change "may deleted" into "may
be deleted"

From-SVN: r21221

gcc/extend.texi

index b867e9c06e261ecdc207b28fc930d0934bd84a72..736f4220c5a242e8d7530d69dadd0ff9e0c0b176 100644 (file)
@@ -2593,7 +2593,7 @@ very often.
 Local register variables in specific registers do not reserve the
 registers.  The compiler's data flow analysis is capable of determining
 where the specified registers contain live values, and where they are
-available for other uses.  Stores into local register variables may deleted
+available for other uses.  Stores into local register variables may be deleted
 when they appear to be dead according to dataflow analysis.  References
 to local register variables may be deleted or moved or simplified.
 
@@ -2746,7 +2746,7 @@ this variable in the register you specify at all times.  You may not
 code an explicit reference to this register in an @code{asm} statement
 and assume it will always refer to this variable.
 
-Stores into local register variables may deleted when they appear to be dead
+Stores into local register variables may be deleted when they appear to be dead
 according to dataflow analysis.  References to local register variables may
 be deleted or moved or simplified.