summaryrefslogtreecommitdiffstats
path: root/gcc/extend.texi
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-07-16 20:00:57 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-07-16 20:00:57 +0000
commitdcb61f7ff5ec37e64ac177a7b8af0d4338b3f5de (patch)
treef276abb706c5c690ddd4c3a7e8cc993999222fed /gcc/extend.texi
parent0f73918c5e747300535b87754c9dc1b010265cac (diff)
downloadppe42-gcc-dcb61f7ff5ec37e64ac177a7b8af0d4338b3f5de.tar.gz
ppe42-gcc-dcb61f7ff5ec37e64ac177a7b8af0d4338b3f5de.zip
(
* extend.texi (Explicit Reg Vars): Typo: change "may deleted" into "may be deleted" git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21221 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/extend.texi')
-rw-r--r--gcc/extend.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/extend.texi b/gcc/extend.texi
index b867e9c06e2..736f4220c5a 100644
--- a/gcc/extend.texi
+++ b/gcc/extend.texi
@@ -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.
OpenPOWER on IntegriCloud