diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-21 18:04:43 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-21 18:04:43 +0000 |
commit | c31fb425536dbb9f6df5cb9d3ce26bff6189d389 (patch) | |
tree | 6a2d72a28b2d77570e8276d17559d1cc80f7b977 /gcc/tree-ssa-threadedge.c | |
parent | 1cdfcee9ad4c9348a7c9bef1f47916aaa69e38c8 (diff) | |
download | gcc-c31fb425536dbb9f6df5cb9d3ce26bff6189d389.tar.gz |
Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201108 138bc75d-0d04-0410-961f-82ee72b054a4
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 b31e96159ab..357b6712a75 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) |