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.
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.