diff options
author | phython <phython@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-17 13:57:03 +0000 |
---|---|---|
committer | phython <phython@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-17 13:57:03 +0000 |
commit | 91acd86c1706c9202d2be725d75c2742f4ecf0a8 (patch) | |
tree | d254d5e86b9469d8a369289c381246c852a14b28 /gcc/doc/md.texi | |
parent | d14524761ba1e4f3035019542ad7818dabad529c (diff) | |
download | gcc-91acd86c1706c9202d2be725d75c2742f4ecf0a8.tar.gz |
2004-09-17 James Morrison <phython@gcc.gnu.org>
* doc/cfg.texi: Use @smallexample.
* doc/md.texi: Likewise.
* doc/tree-ssa.texi: Likewise.
* doc/extend.texi: Likewise. Use @r{} in comments.
* doc/trouble.texi: Use @r{} in comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87646 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/md.texi')
-rw-r--r-- | gcc/doc/md.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 447538ed691..02bc0a6c3b2 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -771,16 +771,16 @@ instruction operands on a RISC machine. This is a slight variant on @code{register_operand} which works around a limitation in the machine-description reader. -@example +@smallexample (match_operand @var{n} "pmode_register_operand" @var{constraint}) -@end example +@end smallexample @noindent means exactly what -@example +@smallexample (match_operand:P @var{n} "register_operand" @var{constraint}) -@end example +@end smallexample @noindent would mean, if the machine-description reader accepted @samp{:P} |