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
This commit is contained in:
parent
fd631eb5a7
commit
8498adc271
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2019-08-31 Gerald Pfeifer <gerald@pfeifer.com>
|
||||
|
||||
* doc/generic.texi (Unary and Binary Expressions): Mark up
|
||||
an instance of TYPE_MIN.
|
||||
|
||||
2019-08-31 Stafford Horne <shorne@gmail.com>
|
||||
|
||||
* config/or1k/constraints.md (t): New constraint.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue