From 7dbf870757aa5a35d52a2e1a3c40ce488c898d14 Mon Sep 17 00:00:00 2001 From: Christophe Lyon Date: Fri, 12 Jan 2018 11:25:31 +0000 Subject: [PATCH] Add doc for branch_cost effective target. 2018-01-12 Christophe Lyon gcc/ * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes): Add item for branch_cost. From-SVN: r256574 --- gcc/ChangeLog | 5 +++++ gcc/doc/sourcebuild.texi | 3 +++ 2 files changed, 8 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a8737dc22cd..f23d68d3c68 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2018-01-12 Christophe Lyon + + * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes): + Add item for branch_cost. + 2018-01-12 Eric Botcazou PR rtl-optimization/83565 diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index f7de713f1f3..e4a383567b7 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -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}. -- 2.30.2