aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>2011-01-20 00:19:07 +0000
committerMike Stump <mrs@gcc.gnu.org>2011-01-20 00:19:07 +0000
commit525d13b031ea53d127623316d6c7751ca89cb591 (patch)
treed508222c687f98d91acee1a71a96e05b15e498a1 /gcc/doc
parent34d2545c34f00f831c14f72cf9e1f902b2b638cf (diff)
downloadgcc-525d13b031ea53d127623316d6c7751ca89cb591.zip
gcc-525d13b031ea53d127623316d6c7751ca89cb591.tar.gz
gcc-525d13b031ea53d127623316d6c7751ca89cb591.tar.bz2
tm.texi.in (BRANCH_COST): Englishify.
* doc/tm.texi.in (BRANCH_COST): Englishify. * doc/tm.texi (BRANCH_COST): Likewise. From-SVN: r169043
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/tm.texi14
-rw-r--r--gcc/doc/tm.texi.in14
2 files changed, 14 insertions, 14 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index e3325b0..3c9e659 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -6177,13 +6177,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,
diff --git a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in
index 1a5f040..71d7b46 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,