diff options
author | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-30 21:19:07 +0000 |
---|---|---|
committer | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-30 21:19:07 +0000 |
commit | 168e8fc0f7a27b81019343eb3ee568ca2e14e3c8 (patch) | |
tree | 88fa38e41ca8fc9554da181e7f1cba5c6083ea30 /gcc/graphite-scop-detection.c | |
parent | 36f6258902b9b2680c57180e27efda0ad9a4bbdf (diff) | |
download | gcc-168e8fc0f7a27b81019343eb3ee568ca2e14e3c8.tar.gz |
Fix the description of graphite_can_represent_loop.
2010-08-20 Vladimir Kargov <kargov@gmail.com>
* graphite-scop-detection.c (graphite_can_represent_loop): Correct the
description.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164792 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/graphite-scop-detection.c')
-rw-r--r-- | gcc/graphite-scop-detection.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/graphite-scop-detection.c b/gcc/graphite-scop-detection.c index 5647d2e0b39..5fae5aae2b1 100644 --- a/gcc/graphite-scop-detection.c +++ b/gcc/graphite-scop-detection.c @@ -383,9 +383,9 @@ harmful_stmt_in_bb (basic_block scop_entry, loop_p outer_loop, basic_block bb) return NULL; } -/* Return true when it is not possible to represent LOOP in the - polyhedral representation. This is evaluated taking SCOP_ENTRY - in mind. */ +/* Return true if LOOP can be represented in the polyhedral + representation. This is evaluated taking SCOP_ENTRY and + OUTERMOST_LOOP in mind. */ static bool graphite_can_represent_loop (basic_block scop_entry, loop_p loop) |