public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/pheeck/heads/sccp)] removed a TODO comment
@ 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:6edfe8b07dea30373242d8967db92f94552298b3

commit 6edfe8b07dea30373242d8967db92f94552298b3
Author: Filip Kastl <filip.kastl@gmail.com>
Date:   Thu Mar 2 13:13:02 2023 +0100

    removed a TODO comment

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

diff --git a/gcc/sccp.cc b/gcc/sccp.cc
index 7ae380c9420..010b4d9877e 100644
--- a/gcc/sccp.cc
+++ b/gcc/sccp.cc
@@ -648,8 +648,6 @@ sccp_propagate (auto_vec<gimple *> &copy_stmts)
   BITMAP_FREE (need_eh_cleanup);
   BITMAP_FREE (need_ab_cleanup);
   stmts_to_fixup.release ();
-  
-  // TODO Should I free the vec? Or is it freed automatically?
 
   /* We want to remove dead MEM PHIs because memory is in FUD SSA and the dead
      PHIs would break the FUD property.  */

^ 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)] removed a TODO comment 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).