aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2017-12-01 13:31:23 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2017-12-01 13:31:23 +0000
commitd5f9df6a08d8f41fb7f77d588a63d6fecf2429d7 (patch)
tree2e714c435ca4d33412e0555f0574db20526ca4b5 /gcc
parentb7d4abef36e8c462f52b081d8b0f8e05d76fdf68 (diff)
downloadgcc-d5f9df6a08d8f41fb7f77d588a63d6fecf2429d7.zip
gcc-d5f9df6a08d8f41fb7f77d588a63d6fecf2429d7.tar.gz
gcc-d5f9df6a08d8f41fb7f77d588a63d6fecf2429d7.tar.bz2
Fix "central flowgraph" typo in machine desc docs
* doc/md.texi (Insn Splitting): Fix "central flowgraph" typo. From-SVN: r255305
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/md.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 360561e..d8b2aeb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2017-12-01 Jonathan Wakely <jwakely@redhat.com>
+
+ * doc/md.texi (Insn Splitting): Fix "central flowgraph" typo.
+
2017-12-01 Sudakshina Das <sudi.das@arm.com>
* config/arm/vfp.md (*movhf_vfp_fp16): Add conds attribute.
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index 9806b65..9e0540a 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -7890,7 +7890,7 @@ are not valid.
The splitter is allowed to split jump instructions into sequence of
jumps or create new jumps in while splitting non-jump instructions. As
-the central flowgraph and branch prediction information needs to be updated,
+the control flow graph and branch prediction information needs to be updated,
several restriction apply.
Splitting of jump instruction into sequence that over by another jump