OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6116e49
)
Fix typo.
author
rth
<rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Apr 2000 18:59:10 +0000
(18:59 +0000)
committer
rth
<rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Apr 2000 18:59:10 +0000
(18:59 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33229
138bc75d
-0d04-0410-961f-
82ee72b054a4
gcc/extend.texi
patch
|
blob
|
history
diff --git
a/gcc/extend.texi
b/gcc/extend.texi
index
36c451b
..
6d310ae
100644
(file)
--- a/
gcc/extend.texi
+++ b/
gcc/extend.texi
@@
-3236,7
+3236,7
@@
You may use @code{__builtin_expect} to provide the compiler with
branch prediction information. In general, you should prefer to
use actual profile feedback for this (@samp{-fprofile-arcs}), as
programmers are notoriously bad at predicting how their programs
-actually p
re
form. However, there are applications in which this
+actually p
er
form. However, there are applications in which this
data is hard to collect.
The return value is the value of @var{exp}, which should be an