diff options
Diffstat (limited to 'gcc/doc/md.texi')
-rw-r--r-- | gcc/doc/md.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 5b5b03ecf01..e01bd317ef7 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -919,7 +919,7 @@ logical operators, which have the semantics of the C operators @end table @item -An optional block of C code, which should execute +An optional block of C code, which should execute @samp{@w{return true}} if the predicate is found to match and @samp{@w{return false}} if it does not. It must not have any side effects. The predicate arguments, @var{op} and @var{mode}, are |