summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-06 03:57:36 +0000
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-06 03:57:36 +0000
commit9ab109b152021fb969bc1f1e4c6d02db76f7941c (patch)
tree387d64f7f1c901db30b3c28efb43218d90174ddc
parent86ab20d90a1cb64be334c60b703013eaece15719 (diff)
downloadgcc-9ab109b152021fb969bc1f1e4c6d02db76f7941c.tar.gz
* doc/md.texi (Insn Splitting): Fix some wording.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100647 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/md.texi4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3d87d0a11c9..0b2426c5e24 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2005-06-06 Ben Elliston <bje@au.ibm.com>
+
+ * doc/md.texi (Insn Splitting): Fix some wording.
+
2005-06-05 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/rs6000.c (rs6000_emit_swdivsf): New function.
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index 4feab32698e..11150d2a3b1 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -4951,9 +4951,9 @@ jump. When new sequence contains multiple jump instructions or new labels,
more assistance is needed. Splitter is required to create only unconditional
jumps, or simple conditional jump instructions. Additionally it must attach a
@code{REG_BR_PROB} note to each conditional jump. A global variable
-@code{split_branch_probability} hold the probability of original branch in case
+@code{split_branch_probability} holds the probability of the original branch in case
it was an simple conditional jump, @minus{}1 otherwise. To simplify
-recomputing of edge frequencies, new sequence is required to have only
+recomputing of edge frequencies, the new sequence is required to have only
forward jumps to the newly created labels.
@findex define_insn_and_split