From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x631.google.com (mail-pl1-x631.google.com [IPv6:2607:f8b0:4864:20::631]) by sourceware.org (Postfix) with ESMTPS id C11143858005 for ; Tue, 19 Oct 2021 23:10:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C11143858005 Received: by mail-pl1-x631.google.com with SMTP id w17so2936839plg.9 for ; Tue, 19 Oct 2021 16:10:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=Yes1kNo0g/BA9Ep9Ii4nEjTkqWpc2Th5DbDnvHl3zA0=; b=qWVwjGK8kjMxpgAvY1LL3051mq6ZTHfY5Wka2FSVNzozddXIUnZocPc+dAsL4DLQIo p1xbFIeqy9nXeIZJWzrj0kqZh/0wXc0uJpVBdNP15cBqSe3qjhFNhzK3EZw9EkDMfJ+x tbcFcyS1I7Kep/DusKOr3JCSuFTk1HP7dZQXH24jTK/3isahGvZb5oJk+prSfe4LdQ8+ y4IkZSjBhpJiY4h2imIPfDffNoYrtng+2Avi/zhp1OkJ7HibOsrvN1yR0iU1yPSsHcVs G+Bsd0CmJ4bVnUiSuA03nghyVIJ0sbigIPzagBkRH56PTBCodv3ObovbD8CgYi0cF5/T kTXQ== X-Gm-Message-State: AOAM5336aCf05wP02oWnJ/Wx2fhVAITs+KDYuBBMOeX0vY7yFw+rptNj J3B2TrOPwTgo9snCkJfW0UGRA21ODVg= X-Google-Smtp-Source: ABdhPJwK+VJOf1RYwPlxnrGW3pS31qh0HxbGYwvFXp7/d0xYfRJZN0pDM9N4uNxRNSNWmuC101PV5A== X-Received: by 2002:a17:902:d488:b0:13f:165e:f491 with SMTP id c8-20020a170902d48800b0013f165ef491mr36281619plg.12.1634685049651; Tue, 19 Oct 2021 16:10:49 -0700 (PDT) Received: from [172.31.0.175] (c-98-202-48-222.hsd1.ut.comcast.net. [98.202.48.222]) by smtp.gmail.com with ESMTPSA id y20sm278805pfp.68.2021.10.19.16.10.48 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 19 Oct 2021 16:10:49 -0700 (PDT) Subject: Re: [PATCH 2/4] Remove outdated comment about execute_fixup_cfg To: apinski@marvell.com, gcc-patches@gcc.gnu.org References: <1634619244-18969-1-git-send-email-apinski@marvell.com> <1634619244-18969-3-git-send-email-apinski@marvell.com> From: Jeff Law Message-ID: Date: Tue, 19 Oct 2021 17:10:48 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <1634619244-18969-3-git-send-email-apinski@marvell.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Spam-Status: No, score=-3.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2021 23:10:51 -0000 On 10/18/2021 10:54 PM, apinski--- via Gcc-patches wrote: > From: Andrew Pinski > > The comment about execute_fixup_cfg not being able to > run as a standalone pass is not true for a long time > now. It has been a standalone pass for a while now. > > gcc/ChangeLog: > > * tree-cfg.c (execute_fixup_cfg): Remove comment > about standalone pass. OK jeff