diff options
Diffstat (limited to 'gcc/value-prof.h')
-rw-r--r-- | gcc/value-prof.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/value-prof.h b/gcc/value-prof.h index b7215b8..6abe42e 100644 --- a/gcc/value-prof.h +++ b/gcc/value-prof.h @@ -67,10 +67,8 @@ struct histogram_value_t typedef struct histogram_value_t *histogram_value; typedef const struct histogram_value_t *const_histogram_value; -DEF_VEC_P(histogram_value); -DEF_VEC_ALLOC_P(histogram_value,heap); -typedef VEC(histogram_value,heap) *histogram_values; +typedef vec<histogram_value> histogram_values; extern void gimple_find_values_to_profile (histogram_values *); extern bool gimple_value_profile_transformations (void); |