From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17825 invoked by alias); 2 Aug 2015 18:45:14 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 17814 invoked by uid 89); 2 Aug 2015 18:45:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f178.google.com Received: from mail-wi0-f178.google.com (HELO mail-wi0-f178.google.com) (209.85.212.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 02 Aug 2015 18:45:12 +0000 Received: by wibud3 with SMTP id ud3so111112143wib.1 for ; Sun, 02 Aug 2015 11:45:09 -0700 (PDT) X-Received: by 10.194.192.99 with SMTP id hf3mr25914341wjc.78.1438541109736; Sun, 02 Aug 2015 11:45:09 -0700 (PDT) Received: from [10.41.246.110] (089144224110.atnat0033.highway.a1.net. [89.144.224.110]) by smtp.gmail.com with ESMTPSA id j19sm6491892wjq.5.2015.08.02.11.45.07 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 02 Aug 2015 11:45:08 -0700 (PDT) User-Agent: K-9 Mail for Android In-Reply-To: <1438539531-18244-1-git-send-email-patrick@parcs.ath.cx> References: <1438539531-18244-1-git-send-email-patrick@parcs.ath.cx> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: Re: [PATCH] Avoid recomputing multiple times the defining predicate-chain for the same PHI From: Bernhard Reutner-Fischer Date: Sun, 02 Aug 2015 18:45:00 -0000 To: Patrick Palka ,gcc-patches@gcc.gnu.org Message-ID: X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00017.txt.bz2 On August 2, 2015 8:18:51 PM GMT+02:00, Patrick Palka wrote: No comment on the patch itself, but please s/visted/visited/ s/VISIED_PHIS/VISITED_PHIS/ while at it. TIA,