]> gcc.gnu.org Git - gcc.git/commitdiff
REG_BR_PRED docs.
authorJeff Law <law@gcc.gnu.org>
Tue, 7 Oct 1997 17:15:27 +0000 (11:15 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 7 Oct 1997 17:15:27 +0000 (11:15 -0600)
From-SVN: r15860

gcc/rtl.texi

index 0fd89b272686f190f5bae8ed8c2157cba1f17384..539d420d073b7a202899a7b08fe38825a424d364 100644 (file)
@@ -2641,6 +2641,12 @@ This is used to specify the ratio of branches to non-branches of a
 branch insn according to the profile data.  The value is stored as a
 value between 0 and REG_BR_PROB_BASE; larger values indicate a higher
 probability that the branch will be taken.
+
+@findex REG_BR_PRED
+@item REG_BR_PRED
+These notes are found in JUMP insns after delayed branch scheduling
+has taken place.  They indicate both the direction and the likelyhood
+of the JUMP.  The format is a bitmask of ATTR_FLAG_* values.
 @end table
 
 For convenience, the machine mode in an @code{insn_list} or
This page took 0.060081 seconds and 5 git commands to generate.