aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Coplan <alex.coplan@arm.com>2020-11-10 10:51:05 +0000
committerAlex Coplan <alex.coplan@arm.com>2020-11-10 10:51:05 +0000
commit61fecd4d4ba884e4574ef825a155839feded1fce (patch)
tree4a33b8fd3d12778f7ca04d238705e2076f0799a7
parentc69325a5db450dbac198f76f1162734af05a1061 (diff)
downloadgcc-61fecd4d4ba884e4574ef825a155839feded1fce.zip
gcc-61fecd4d4ba884e4574ef825a155839feded1fce.tar.gz
gcc-61fecd4d4ba884e4574ef825a155839feded1fce.tar.bz2
doc: Fix grammar in description of earlyclobber
gcc/ChangeLog: * doc/md.texi (Modifiers): Fix grammar in description of earlyclobber constraint modifier.
-rw-r--r--gcc/doc/md.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index 2b46286..813875b 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -1634,7 +1634,7 @@ constraints with multiple alternatives, sometimes one alternative
requires @samp{&} while others do not. See, for example, the
@samp{movdf} insn of the 68000.
-A operand which is read by the instruction can be tied to an earlyclobber
+An operand which is read by the instruction can be tied to an earlyclobber
operand if its only use as an input occurs before the early result is
written. Adding alternatives of this form often allows GCC to produce
better code when only some of the read operands can be affected by the