diff options
Diffstat (limited to 'gcc/value-prof.c')
-rw-r--r-- | gcc/value-prof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/value-prof.c b/gcc/value-prof.c index 9652c23a1c7..398fdfc0ad4 100644 --- a/gcc/value-prof.c +++ b/gcc/value-prof.c @@ -1789,7 +1789,7 @@ tree_find_values_to_profile (histogram_values *values) break; default: - abort (); + gcc_unreachable (); } } } |