PR other/33190
* doc/tm.texi.in: Document LOGICAL_OP_NON_SHORT_CIRCUIT.
* doc/tm.texi: Regenerate.
From-SVN: r188984
+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
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.
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.