Commit a8d56c30 by Steven Bosscher

re PR middle-end/33190 (tm.texi describes some non-existing hooks)

        PR other/33190
	* doc/tm.texi.in: Document LOGICAL_OP_NON_SHORT_CIRCUIT.
	* doc/tm.texi: Regenerate.

From-SVN: r188984
parent 0c93ed52
2012-06-26 Steven Bosscher <steven@gcc.gnu.org>
PR other/33190
* doc/tm.texi.in: Document LOGICAL_OP_NON_SHORT_CIRCUIT.
* doc/tm.texi: Regenerate.
2012-06-26 Steven Bosscher <steven@gcc.gnu.org>
PR other/33190
* config/mips/mips.h: Do not define ALL_COP_ADDITIONAL_REGISTER_NAMES.
* config/frv/frv.h: Do not define REVERSE_CONDEXEC_PREDICATES_P.
* doc/tm.texi.in: Remove documentation for unused target macros
......
......@@ -6414,6 +6414,12 @@ Define this macro if it is as good or better to call a constant
function address than to call an address kept in a register.
@end defmac
@defmac LOGICAL_OP_NON_SHORT_CIRCUIT
Define this macro if a non-short-circuit operation produced by
@samp{fold_range_test ()} is optimal. This macro defaults to true if
@code{BRANCH_COST} is greater than or equal to the value 2.
@end defmac
@deftypefn {Target Hook} bool TARGET_RTX_COSTS (rtx @var{x}, int @var{code}, int @var{outer_code}, int @var{opno}, int *@var{total}, bool @var{speed})
This target hook describes the relative costs of RTL expressions.
......
......@@ -6342,6 +6342,12 @@ Define this macro if it is as good or better to call a constant
function address than to call an address kept in a register.
@end defmac
@defmac LOGICAL_OP_NON_SHORT_CIRCUIT
Define this macro if a non-short-circuit operation produced by
@samp{fold_range_test ()} is optimal. This macro defaults to true if
@code{BRANCH_COST} is greater than or equal to the value 2.
@end defmac
@hook TARGET_RTX_COSTS
This target hook describes the relative costs of RTL expressions.
......
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