summaryrefslogtreecommitdiff
path: root/gcc/doc/tm.texi.in
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2012-06-26 11:27:41 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2012-06-26 11:27:41 +0000
commit802c64412dd1f477ef5b76b4a5c746c7c3881444 (patch)
tree3f5b3ca272f49ab403c7c4bb97f1a06bda40cc72 /gcc/doc/tm.texi.in
parentc07f27fd13f83da2fe80830778233e328ebb691f (diff)
downloadgcc-802c64412dd1f477ef5b76b4a5c746c7c3881444.tar.gz
PR other/33190
* doc/tm.texi.in: Document LOGICAL_OP_NON_SHORT_CIRCUIT. * doc/tm.texi: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188984 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/tm.texi.in')
-rw-r--r--gcc/doc/tm.texi.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in
index 0d429d94bd1..94814c893cb 100644
--- a/gcc/doc/tm.texi.in
+++ b/gcc/doc/tm.texi.in
@@ -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.