public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/kubaneko/heads/histogram)] deleted an assert to to test the if preheaders are needed in this case
@ 2023-02-23 23:21 Ondrej Kubanek
  0 siblings, 0 replies; 2+ messages in thread
From: Ondrej Kubanek @ 2023-02-23 23:21 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:27a79341b75cd46eb417f7a9bc6910eeffc768be

commit 27a79341b75cd46eb417f7a9bc6910eeffc768be
Author: Ondrej Kubanek <kubanek0ondrej@gmail.com>
Date:   Sat Aug 20 22:21:00 2022 +0200

    deleted an assert to to test the if preheaders are needed in this case

Diff:
---
 gcc/cfgloop.cc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gcc/cfgloop.cc b/gcc/cfgloop.cc
index ccda7415d70..8523c11fe95 100644
--- a/gcc/cfgloop.cc
+++ b/gcc/cfgloop.cc
@@ -1769,8 +1769,6 @@ loop_preheader_edge (const class loop *loop)
   edge e;
   edge_iterator ei;
 
-  gcc_assert (loops_state_satisfies_p (LOOPS_HAVE_PREHEADERS)
-	      && ! loops_state_satisfies_p (LOOPS_MAY_HAVE_MULTIPLE_LATCHES));
 
   FOR_EACH_EDGE (e, ei, loop->header->preds)
     if (e->src != loop->latch)

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

* [gcc(refs/users/kubaneko/heads/histogram)] deleted an assert to to test the if preheaders are needed in this case
@ 2023-02-16 16:27 Ondrej Kubanek
  0 siblings, 0 replies; 2+ messages in thread
From: Ondrej Kubanek @ 2023-02-16 16:27 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:bf282597d776f8fb2b5cd156ba03a3f4d93c7165

commit bf282597d776f8fb2b5cd156ba03a3f4d93c7165
Author: Ondrej Kubanek <kubanek0ondrej@gmail.com>
Date:   Sat Aug 20 22:21:00 2022 +0200

    deleted an assert to to test the if preheaders are needed in this case

Diff:
---
 gcc/cfgloop.cc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gcc/cfgloop.cc b/gcc/cfgloop.cc
index 57bf7b1855d..1fdcf2c35e0 100644
--- a/gcc/cfgloop.cc
+++ b/gcc/cfgloop.cc
@@ -1769,8 +1769,6 @@ loop_preheader_edge (const class loop *loop)
   edge e;
   edge_iterator ei;
 
-  gcc_assert (loops_state_satisfies_p (LOOPS_HAVE_PREHEADERS)
-	      && ! loops_state_satisfies_p (LOOPS_MAY_HAVE_MULTIPLE_LATCHES));
 
   FOR_EACH_EDGE (e, ei, loop->header->preds)
     if (e->src != loop->latch)

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-23 23:21 [gcc(refs/users/kubaneko/heads/histogram)] deleted an assert to to test the if preheaders are needed in this case Ondrej Kubanek
  -- strict thread matches above, loose matches on Subject: below --
2023-02-16 16:27 Ondrej Kubanek

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