diff options
Diffstat (limited to 'gcc/config/v850/v850.h')
-rw-r--r-- | gcc/config/v850/v850.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/v850/v850.h b/gcc/config/v850/v850.h index 8aefe036868..00b542bc77f 100644 --- a/gcc/config/v850/v850.h +++ b/gcc/config/v850/v850.h @@ -554,7 +554,7 @@ enum reg_class else if ((FROM) == ARG_POINTER_REGNUM) \ (OFFSET) = compute_frame_size (get_frame_size (), (long *)0); \ else \ - abort (); \ + gcc_unreachable (); \ } /* Keep the stack pointer constant throughout the function. */ |