diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h index c7a5e5e7e3b..89319ebf2e3 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -500,6 +500,10 @@ struct function GTY(()) (set only when profile feedback is available). */ FUNCTION_FREQUENCY_HOT } function_frequency; + + /* Maximal number of entities in the single jumptable. Used to estimate + final flowgraph size. */ + int max_jumptable_ents; }; /* The function currently being compiled. */ |