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 a8737dc22cd0df96e1da56f8b847f35e3cfead15..f23d68d3c6887073a00e9892d869d19609f7dc51 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 f7de713f1f3031b0b2d3799848f4051b55548f59..e4a383567b7aeebe8b5c7ac01039484bf80fa342 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}.