From patchwork Wed Nov 13 23:24:20 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steven Bosscher X-Patchwork-Id: 291077 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]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id B1D622C0351 for ; Thu, 14 Nov 2013 10:25:18 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:from:date:message-id:subject:to:content-type; q= dns; s=default; b=xRc1mxwGE4qhXqnloypItgyx0NwNek0wSOqF+qRdxLFlCW 9YGZBmelDUqz4BEbHMgAspQImHNWywEwhSGL7pDx5/QrTpQGRI6Thgf5Y+n2vxYZ Bl0afA9EdvNUZYRB0BwYw2I5T0nlokQ/BXKaYqiNRV17vzFllpwieF75rHxBw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:from:date:message-id:subject:to:content-type; s= default; bh=UYIZbQfLx+UcMjEHiS+9bbVrChg=; b=A0fc7fAv9oiU2rH4XfG4 mmuW6++q6wXSlDE2SanYm8uCWi/M90c3jGgggQcNs/ZOxUgk5KgIyWBNairyShdS gMJqyJEpdKnX2LOUcH1GiEw8heVdP+mmExVx2PVUX+XGl8sRfyhs4hpB+FOpUClc GmEUFU4s7pu8H6Z/iY0QN18= Received: (qmail 3194 invoked by alias); 13 Nov 2013 23:25:09 -0000 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 Received: (qmail 3184 invoked by uid 89); 13 Nov 2013 23:25:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RDNS_NONE, SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-ob0-f179.google.com Received: from Unknown (HELO mail-ob0-f179.google.com) (209.85.214.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 13 Nov 2013 23:25:08 +0000 Received: by mail-ob0-f179.google.com with SMTP id wn1so1322142obc.10 for ; Wed, 13 Nov 2013 15:25:00 -0800 (PST) X-Received: by 10.60.144.230 with SMTP id sp6mr32255501oeb.29.1384385100165; Wed, 13 Nov 2013 15:25:00 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.24.201 with HTTP; Wed, 13 Nov 2013 15:24:20 -0800 (PST) From: Steven Bosscher Date: Thu, 14 Nov 2013 00:24:20 +0100 Message-ID: Subject: gimple-ssa-isolate-paths comment fix To: GCC Patches X-IsSubscribed: yes Committed, obvious. * gimple-ssa-isolate-paths.c (pass_isolate_erroneous_paths): Comment fix. Index: gimple-ssa-isolate-paths.c =================================================================== --- gimple-ssa-isolate-paths.c (revision 204761) +++ gimple-ssa-isolate-paths.c (working copy) @@ -415,7 +415,7 @@ bool gate () { return gate_isolate_erroneous_paths (); } unsigned int execute () { return gimple_ssa_isolate_erroneous_paths (); } -}; // class pass_uncprop +}; // class pass_isolate_erroneous_paths } gimple_opt_pass *