]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* doc/md.texi (Insn Splitting): Fix some wording.
authorBen Elliston <bje@au.ibm.com>
Mon, 6 Jun 2005 03:57:36 +0000 (03:57 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Mon, 6 Jun 2005 03:57:36 +0000 (13:57 +1000)
From-SVN: r100647

gcc/ChangeLog
gcc/doc/md.texi

index 3d87d0a11c9d7129e4d28ffdf46cd484e7d768d7..0b2426c5e2464de04ffd89a56e6e6bd6a2ada8aa 100644 (file)
@@ -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.
index 4feab32698e94f47f4ef787b9b5987aaf9f4bdcd..11150d2a3b127afc18ec98238a13f760bf83048b 100644 (file)
@@ -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