summaryrefslogtreecommitdiff
path: root/gcc/doc/tm.texi.in
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-20 00:19:07 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-20 00:19:07 +0000
commitb56a5220a4749d7ef4e43600aa2454d782590720 (patch)
treed508222c687f98d91acee1a71a96e05b15e498a1 /gcc/doc/tm.texi.in
parentec34bc4fb92bb83713010aaf9286efaec519900b (diff)
downloadgcc-b56a5220a4749d7ef4e43600aa2454d782590720.tar.gz
* doc/tm.texi.in (BRANCH_COST): Englishify.
* doc/tm.texi (BRANCH_COST): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169043 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/tm.texi.in')
-rw-r--r--gcc/doc/tm.texi.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in
index 1a5f0403fa2..71d7b46914b 100644
--- a/gcc/doc/tm.texi.in
+++ b/gcc/doc/tm.texi.in
@@ -6157,13 +6157,13 @@ are the same as to this target hook.
@end deftypefn
@defmac BRANCH_COST (@var{speed_p}, @var{predictable_p})
-A C expression for the cost of a branch instruction. A value of 1 is the
-default; other values are interpreted relative to that. Parameter @var{speed_p}
-is true when the branch in question should be optimized for speed. When
-it is false, @code{BRANCH_COST} should be returning value optimal for code size
-rather then performance considerations. @var{predictable_p} is true for well
-predictable branches. On many architectures the @code{BRANCH_COST} can be
-reduced then.
+A C expression for the cost of a branch instruction. A value of 1 is
+the default; other values are interpreted relative to that. Parameter
+@var{speed_p} is true when the branch in question should be optimized
+for speed. When it is false, @code{BRANCH_COST} should return a value
+optimal for code size rather than performance. @var{predictable_p} is
+true for well-predicted branches. On many architectures the
+@code{BRANCH_COST} can be reduced then.
@end defmac
Here are additional macros which do not specify precise relative costs,