[gcc(refs/users/pheeck/heads/sccp)] debug stuff

Filip Kastl pheeck@gcc.gnu.org
Wed Sep 7 18:25:48 GMT 2022


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


More information about the Gcc-cvs mailing list