public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/pheeck/heads/sccp)] debug stuff
@ 2022-09-07 18:25 Filip Kastl
  0 siblings, 0 replies; 2+ messages in thread
From: Filip Kastl @ 2022-09-07 18:25 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:1ec5521f457320fa993e34ce8ce903bcad77751b

commit 1ec5521f457320fa993e34ce8ce903bcad77751b
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)
     {

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gcc(refs/users/pheeck/heads/sccp)] debug stuff
@ 2023-02-15 10:15 Filip Kastl
  0 siblings, 0 replies; 2+ messages in thread
From: Filip Kastl @ 2023-02-15 10:15 UTC (permalink / raw)
  To: gcc-cvs

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)
     {

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-15 10:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-07 18:25 [gcc(refs/users/pheeck/heads/sccp)] debug stuff Filip Kastl
2023-02-15 10:15 Filip Kastl

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).