Commit 8498adc2 by Gerald Pfeifer Committed by Gerald Pfeifer

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
parent fd631eb5
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> 2019-08-31 Stafford Horne <shorne@gmail.com>
* config/or1k/constraints.md (t): New constraint. * config/or1k/constraints.md (t): New constraint.
......
...@@ -1373,8 +1373,8 @@ built-in functions. ...@@ -1373,8 +1373,8 @@ built-in functions.
@item ABSU_EXPR @item ABSU_EXPR
These nodes represent the absolute value of the single operand in These nodes represent the absolute value of the single operand in
equivalent unsigned type such that @code{ABSU_EXPR} of TYPE_MIN is equivalent unsigned type such that @code{ABSU_EXPR} of @code{TYPE_MIN}
well defined. is well defined.
@item BIT_NOT_EXPR @item BIT_NOT_EXPR
These nodes represent bitwise complement, and will always have integral These nodes represent bitwise complement, and will always have integral
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment