Add doc for branch_cost effective target.
authorChristophe Lyon <christophe.lyon@linaro.org>
Fri, 12 Jan 2018 11:25:31 +0000 (11:25 +0000)
committerChristophe Lyon <clyon@gcc.gnu.org>
Fri, 12 Jan 2018 11:25:31 +0000 (12:25 +0100)
2018-01-12  Christophe Lyon  <christophe.lyon@linaro.org>

gcc/
* doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
Add item for branch_cost.

From-SVN: r256574

gcc/ChangeLog
gcc/doc/sourcebuild.texi

index a8737dc..f23d68d 100644 (file)
@@ -1,3 +1,8 @@
+2018-01-12  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
+       Add item for branch_cost.
+
 2018-01-12  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR rtl-optimization/83565
index f7de713..e4a3835 100644 (file)
@@ -2133,6 +2133,9 @@ Target supports wide characters.
 @item automatic_stack_alignment
 Target supports automatic stack alignment.
 
+@item branch_cost
+Target supports @option{-branch-cost=N}.
+
 @item cxa_atexit
 Target uses @code{__cxa_atexit}.