diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2019-08-31 17:20:28 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2019-08-31 17:20:28 +0000 |
commit | 8498adc27141f048a0492c5b0cc1438a7fee24b7 (patch) | |
tree | 5279ef8b972ccaa510a0f9a299446264d767662c /gcc/doc | |
parent | fd631eb5a7597a7040f770b2a912cec13af50df4 (diff) | |
download | gcc-8498adc27141f048a0492c5b0cc1438a7fee24b7.zip gcc-8498adc27141f048a0492c5b0cc1438a7fee24b7.tar.gz gcc-8498adc27141f048a0492c5b0cc1438a7fee24b7.tar.bz2 |
generic.texi (Unary and Binary Expressions): Mark up an instance of TYPE_MIN.
* doc/generic.texi (Unary and Binary Expressions): Mark up
an instance of TYPE_MIN.
From-SVN: r275243
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/generic.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/generic.texi b/gcc/doc/generic.texi index 8901d5f..86a53cc 100644 --- a/gcc/doc/generic.texi +++ b/gcc/doc/generic.texi @@ -1373,8 +1373,8 @@ built-in functions. @item ABSU_EXPR These nodes represent the absolute value of the single operand in -equivalent unsigned type such that @code{ABSU_EXPR} of TYPE_MIN is -well defined. +equivalent unsigned type such that @code{ABSU_EXPR} of @code{TYPE_MIN} +is well defined. @item BIT_NOT_EXPR These nodes represent bitwise complement, and will always have integral |