diff options
author | Richard Henderson <rth@gcc.gnu.org> | 2001-07-18 15:02:07 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-07-18 15:02:07 -0700 |
commit | 560dbedd74ad310e24fdd462c90f415d52ffa401 (patch) | |
tree | b0764e4f7e7fc44ec9526433e59a0fd990077477 | |
parent | 4b92a3bf21f0f5c27628a4b1a74da2fd2572f732 (diff) | |
download | gcc-560dbedd74ad310e24fdd462c90f415d52ffa401.zip gcc-560dbedd74ad310e24fdd462c90f415d52ffa401.tar.gz gcc-560dbedd74ad310e24fdd462c90f415d52ffa401.tar.bz2 |
Fix markup for reload_in/out.
From-SVN: r44137
-rw-r--r-- | gcc/doc/md.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 0b680cd..a5db6c6 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -2078,8 +2078,8 @@ macro in @pxref{Register Classes}. There are special restrictions on the form of the @code{match_operand}s used in these patterns. First, only the predicate for the reload -operand is examined, i.e. @code{reload_in} examines operand 1, but not -the predicates for operand 0 or 2. Second, there may only be one +operand is examined, i.e., @code{reload_in} examines operand 1, but not +the predicates for operand 0 or 2. Second, there may be only one alternative in the constraints. Third, only a single register class letter may be used for the constraint; subsequent constraint letters are ignored. As a special exception, an empty constraint string |