public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/pheeck/heads/sccp)] cleanup_after_replace: update_stmt_if_modified -> update_stmt
@ 2023-03-02 12:13 Filip Kastl
  0 siblings, 0 replies; only message in thread
From: Filip Kastl @ 2023-03-02 12:13 UTC (permalink / raw)
  To: gcc-cvs

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

commit b109401e7a978456f33c224b87613010adc20f1e
Author: Filip Kastl <filip.kastl@gmail.com>
Date:   Wed Mar 1 15:26:24 2023 +0100

    cleanup_after_replace: update_stmt_if_modified -> update_stmt

Diff:
---
 gcc/tree-ssa-propagate.cc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/tree-ssa-propagate.cc b/gcc/tree-ssa-propagate.cc
index 885839b26b4..3e95863695d 100644
--- a/gcc/tree-ssa-propagate.cc
+++ b/gcc/tree-ssa-propagate.cc
@@ -1316,7 +1316,8 @@ cleanup_after_replace (gimple *old_stmt, gimple *stmt, bitmap need_eh_cleanup,
 	recompute_tree_invariant_for_addr_expr (rhs);
     }
 
-  update_stmt_if_modified (stmt);
+  //update_stmt_if_modified (stmt); TODO
+  update_stmt (stmt);
 }
 
 /* TODO Comment.  */

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

only message in thread, other threads:[~2023-03-02 12:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-02 12:13 [gcc(refs/users/pheeck/heads/sccp)] cleanup_after_replace: update_stmt_if_modified -> update_stmt 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).