public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/guojiufu/heads/personal-branch)] insert before debug
@ 2021-06-14  3:28 Jiu Fu Guo
  0 siblings, 0 replies; only message in thread
From: Jiu Fu Guo @ 2021-06-14  3:28 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:367745b8709bba39b06dd1010b7beb0ad0926bc9

commit 367745b8709bba39b06dd1010b7beb0ad0926bc9
Author: Jiufu Guo <guojiufu@linux.ibm.com>
Date:   Sun Jun 13 22:39:34 2021 +0800

    insert before debug

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 326af90f766..9b4770736c9 100644
--- a/gcc/tree-ssa-loop-split.c
+++ b/gcc/tree-ssa-loop-split.c
@@ -1919,7 +1919,7 @@ update_idx_bnd_type (class loop *loop, idx_elements &data)
   tree idx = PHI_RESULT (phi);
   type = TREE_TYPE (idx);
   stmt = gimple_build_assign (idx, fold_convert (type, new_idx));
-  gsi = gsi_start_nondebug_after_labels_bb (loop->header);
+  gsi = gsi_after_labels (loop->header);
   gsi_insert_before (&gsi, stmt, GSI_SAME_STMT);
 
   gsi = gsi_for_stmt (phi);


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

only message in thread, other threads:[~2021-06-14  3:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-14  3:28 [gcc(refs/users/guojiufu/heads/personal-branch)] insert before debug 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).