From patchwork Fri Aug 20 23:44:40 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Pop X-Patchwork-Id: 62336 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 4E815B70DD for ; Sat, 21 Aug 2010 09:45:36 +1000 (EST) Received: (qmail 2090 invoked by alias); 20 Aug 2010 23:45:26 -0000 Received: (qmail 2039 invoked by uid 22791); 20 Aug 2010 23:45:25 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, TW_TM, T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-yx0-f175.google.com (HELO mail-yx0-f175.google.com) (209.85.213.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 20 Aug 2010 23:45:19 +0000 Received: by yxk30 with SMTP id 30so1428781yxk.20 for ; Fri, 20 Aug 2010 16:45:18 -0700 (PDT) Received: by 10.100.168.10 with SMTP id q10mr2367984ane.209.1282347917478; Fri, 20 Aug 2010 16:45:17 -0700 (PDT) Received: from napoca ([163.181.251.115]) by mx.google.com with ESMTPS id q7sm5345691anf.6.2010.08.20.16.45.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 20 Aug 2010 16:45:16 -0700 (PDT) Received: by napoca (sSMTP sendmail emulation); Fri, 20 Aug 2010 18:45:14 -0500 From: Sebastian Pop To: gcc-patches@gcc.gnu.org Cc: gcc-graphite@googlegroups.com, Sebastian Pop Subject: [PATCH 6/6] Fix the description of graphite_can_represent_loop. Date: Fri, 20 Aug 2010 18:44:40 -0500 Message-Id: <1282347880-797-7-git-send-email-sebpop@gmail.com> In-Reply-To: <1282347880-797-1-git-send-email-sebpop@gmail.com> References: <1282347880-797-1-git-send-email-sebpop@gmail.com> X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org 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