On Sat, 27 Nov 2021 16:56:32 +0100
Jan Hubicka via Gcc-patches <[email protected]> wrote:
> --- a/gcc/cfghooks.h
> +++ b/gcc/cfghooks.h
> @@ -36,22 +36,25 @@ along with GCC; see the file COPYING3. If not see
> and one CFG hook per CFG mode. */
> struct profile_record
> {
> - /* Likewise for a basic block's successors. */
> - int num_mismatched_count_out;
> - /* A weighted cost of the run-time of the function body. */
> - gcov_type_unsigned time;
> /* A weighted cost of the size of the function body. */
> int size;
> /* True iff this pass actually was run. */
> bool run;
> + bool fdo;
> };
>
fdo seems to be unused, does it belong to some other patch?
thanks,