diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2013-07-21 18:04:43 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2013-07-21 18:04:43 +0000 |
commit | c0d18c6c7d528e3acfb2506d831191c6e5c82b68 (patch) | |
tree | 6a2d72a28b2d77570e8276d17559d1cc80f7b977 /gcc/tree-ssa-threadedge.c | |
parent | 9b110be230335f0b0bc3cf676b42f0280225a784 (diff) | |
download | gcc-c0d18c6c7d528e3acfb2506d831191c6e5c82b68.zip gcc-c0d18c6c7d528e3acfb2506d831191c6e5c82b68.tar.gz gcc-c0d18c6c7d528e3acfb2506d831191c6e5c82b68.tar.bz2 |
Fix typos.
From-SVN: r201108
Diffstat (limited to 'gcc/tree-ssa-threadedge.c')
-rw-r--r-- | gcc/tree-ssa-threadedge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-threadedge.c b/gcc/tree-ssa-threadedge.c index b31e961..357b671 100644 --- a/gcc/tree-ssa-threadedge.c +++ b/gcc/tree-ssa-threadedge.c @@ -585,7 +585,7 @@ cond_arg_set_in_bb (edge e, basic_block bb) gimple last = last_stmt (e->dest); /* E->dest does not have to end with a control transferring - instruction. This can occurr when we try to extend a jump + instruction. This can occur when we try to extend a jump threading opportunity deeper into the CFG. In that case it is safe for this check to return false. */ if (!last) |