public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/kubaneko/heads/histogram)] removed hist_size
@ 2023-02-23 18:38 Ondrej Kubanek
  0 siblings, 0 replies; 2+ messages in thread
From: Ondrej Kubanek @ 2023-02-23 18:38 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:5a66b477b098de4322228e60de94d43f3b85409a

commit 5a66b477b098de4322228e60de94d43f3b85409a
Author: kubaneko <kubanek0ondrej@gmail.com>
Date:   Wed Feb 22 13:28:25 2023 +0000

    removed hist_size

Diff:
---
 gcc/cfgloop.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/cfgloop.h b/gcc/cfgloop.h
index f74d3275d87..0ee603893e7 100644
--- a/gcc/cfgloop.h
+++ b/gcc/cfgloop.h
@@ -96,7 +96,6 @@ struct loop_exit_hasher : ggc_ptr_hash<loop_exit>
 
 struct GTY(()) histogram_counters{
     gcov_type sum;
-    int histogram_size;
     vec<gcov_type, va_heap, vl_embed> * GTY((skip)) hist;
 };

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

* [gcc(refs/users/kubaneko/heads/histogram)] removed hist_size
@ 2023-02-23 23:22 Ondrej Kubanek
  0 siblings, 0 replies; 2+ messages in thread
From: Ondrej Kubanek @ 2023-02-23 23:22 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:50eb12a4b3ca567a1c019170ee90e1bd7f69993b

commit 50eb12a4b3ca567a1c019170ee90e1bd7f69993b
Author: kubaneko <kubanek0ondrej@gmail.com>
Date:   Wed Feb 22 13:28:25 2023 +0000

    removed hist_size

Diff:
---
 gcc/cfgloop.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/cfgloop.h b/gcc/cfgloop.h
index 14945bc967d..6c8ff14a3e8 100644
--- a/gcc/cfgloop.h
+++ b/gcc/cfgloop.h
@@ -96,7 +96,6 @@ struct loop_exit_hasher : ggc_ptr_hash<loop_exit>
 
 struct GTY(()) histogram_counters{
     gcov_type sum;
-    int histogram_size;
     vec<gcov_type, va_heap, vl_embed> * GTY((skip)) hist;
 };

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-23 18:38 [gcc(refs/users/kubaneko/heads/histogram)] removed hist_size Ondrej Kubanek
2023-02-23 23:22 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).