public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/guojiufu/heads/guojiufu-branch)] use gsi_next_nondebug
@ 2021-06-09  5:27 Jiu Fu Guo
  0 siblings, 0 replies; only message in thread
From: Jiu Fu Guo @ 2021-06-09  5:27 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:6313fec98e5be3ce33df194afb2501c9c045472c

commit 6313fec98e5be3ce33df194afb2501c9c045472c
Author: Jiufu Guo <guojiufu@linux.ibm.com>
Date:   Fri Jun 4 15:23:27 2021 +0800

    use gsi_next_nondebug

Diff:
---
 gcc/tree-ssa-loop-split.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/tree-ssa-loop-split.c b/gcc/tree-ssa-loop-split.c
index 9fa339ebb7d..919e422e5dc 100644
--- a/gcc/tree-ssa-loop-split.c
+++ b/gcc/tree-ssa-loop-split.c
@@ -1689,7 +1689,7 @@ get_ne_cond_branch (struct loop *loop)
 	      || gimple_assign_rhs1 (s1) != prev)
 	    continue;
 
-	  gsi_next (&gsi);
+	  gsi_next_nondebug (&gsi);
 	  if (!gsi_end_p (gsi) && gsi_stmt (gsi) == cond)
 	    return e;
 	}


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-09  5:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-09  5:27 [gcc(refs/users/guojiufu/heads/guojiufu-branch)] use gsi_next_nondebug Jiu Fu Guo

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