diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-21 18:18:04 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-21 18:18:04 +0000 |
commit | 75de4aa2388b611eccdaac5526121fd3a034cab3 (patch) | |
tree | 4cf7616fe25f46e4466b597faf6d52056d8cb397 /gcc/omp-low.c | |
parent | c31fb425536dbb9f6df5cb9d3ce26bff6189d389 (diff) | |
download | gcc-75de4aa2388b611eccdaac5526121fd3a034cab3.tar.gz |
Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201109 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/omp-low.c')
-rw-r--r-- | gcc/omp-low.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/omp-low.c b/gcc/omp-low.c index afddf377407..e07c21a4e6c 100644 --- a/gcc/omp-low.c +++ b/gcc/omp-low.c @@ -4909,7 +4909,7 @@ expand_omp_for (struct omp_region *region) FALLTHRU_EDGE (region->cont)->flags &= ~EDGE_ABNORMAL; } else - /* If there isnt a continue then this is a degerate case where + /* If there isn't a continue then this is a degerate case where the introduction of abnormal edges during lowering will prevent original loops from being detected. Fix that up. */ loops_state_set (LOOPS_NEED_FIXUP); |