public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Filip Kastl <pheeck@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/users/pheeck/heads/sccp)] debug stuff
Date: Wed, 15 Feb 2023 10:15:01 +0000 (GMT)	[thread overview]
Message-ID: <20230215101501.7EED53858407@sourceware.org> (raw)

https://gcc.gnu.org/g:98ba3fd2b09aeebe39b1dd30e6133949f37cae90

commit 98ba3fd2b09aeebe39b1dd30e6133949f37cae90
Author: Filip Kastl <filip.kastl@gmail.com>
Date:   Wed Sep 7 15:01:52 2022 +0200

    debug stuff

Diff:
---
 gcc/sccp.cc | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gcc/sccp.cc b/gcc/sccp.cc
index 86f84b56878..fe2d20cb8fa 100644
--- a/gcc/sccp.cc
+++ b/gcc/sccp.cc
@@ -298,12 +298,10 @@ static void
 replace_scc_by_value (vec<gphi *> scc, tree replace_by)
 {
   // DEBUG
-  /*
-  if (scc.length () >= 3)
+  if (scc.length () >= 5)
     {
       std::cerr << "Replacing scc of size " << scc.length () << std::endl;
     }
-  */
 
   for (gphi *phi : scc)
     {

             reply	other threads:[~2023-02-15 10:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-15 10:15 Filip Kastl [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-09-07 18:25 Filip Kastl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230215101501.7EED53858407@sourceware.org \
    --to=pheeck@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).