From patchwork Fri Aug 20 23:44:40 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [6/6] Fix the description of graphite_can_represent_loop. Date: Fri, 20 Aug 2010 13:44:40 -0000 From: Sebastian Pop X-Patchwork-Id: 62336 Message-Id: <1282347880-797-7-git-send-email-sebpop@gmail.com> To: gcc-patches@gcc.gnu.org Cc: gcc-graphite@googlegroups.com, Sebastian Pop 2010-08-20 Vladimir Kargov * graphite-scop-detection.c (graphite_can_represent_loop): Correct the description. --- gcc/ChangeLog.graphite | 5 +++++ gcc/graphite-scop-detection.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite index 488b51a..3d652b7 100644 --- a/gcc/ChangeLog.graphite +++ b/gcc/ChangeLog.graphite @@ -1,3 +1,8 @@ +2010-08-20 Vladimir Kargov + + * graphite-scop-detection.c (graphite_can_represent_loop): Correct the + description. + 2010-08-20 Sebastian Pop PR middle-end/45230 diff --git a/gcc/graphite-scop-detection.c b/gcc/graphite-scop-detection.c index d7e3dbf..c98c809 100644 --- a/gcc/graphite-scop-detection.c +++ b/gcc/graphite-scop-detection.c @@ -389,8 +389,8 @@ 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 and +/* Return true if LOOP can be represented in the polyhedral + representation. This is evaluated taking SCOP_ENTRY and OUTERMOST_LOOP in mind. */ static bool