aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadbackward.c
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2017-11-21 11:39:51 +0000
committerAldy Hernandez <aldyh@gcc.gnu.org>2017-11-21 11:39:51 +0000
commitddc1759a351bcf186aeafa34613ccc89cdba4913 (patch)
treea7c96608768c6e11525cbaeb91cc39dded4d1e2f /gcc/tree-ssa-threadbackward.c
parent13f5d5e0828e1c2ccba67f9a5f0f8d50f5b42a77 (diff)
downloadgcc-ddc1759a351bcf186aeafa34613ccc89cdba4913.zip
gcc-ddc1759a351bcf186aeafa34613ccc89cdba4913.tar.gz
gcc-ddc1759a351bcf186aeafa34613ccc89cdba4913.tar.bz2
tree-ssa-threadbackward.c (find_jump_threads_backwards): Fix typo in comment.
* tree-ssa-threadbackward.c (find_jump_threads_backwards): Fix typo in comment. From-SVN: r254999
Diffstat (limited to 'gcc/tree-ssa-threadbackward.c')
-rw-r--r--gcc/tree-ssa-threadbackward.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-threadbackward.c b/gcc/tree-ssa-threadbackward.c
index 6fdbc90..f3f55cf 100644
--- a/gcc/tree-ssa-threadbackward.c
+++ b/gcc/tree-ssa-threadbackward.c
@@ -732,7 +732,7 @@ thread_jumps::fsm_find_control_statement_thread_paths (tree name)
It is assumed that BB ends with a control statement and that by
finding a path where NAME is a constant, we can thread the path.
- SPEED_P_ indicate that we could increase code size to improve the
+ SPEED_P indicates that we could increase code size to improve the
code path. */
void