diff options
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r-- | gcc/rtl.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -296,7 +296,7 @@ copy_rtx (rtx orig) break; default: - abort (); + gcc_unreachable (); } } return copy; @@ -427,7 +427,7 @@ rtx_equal_p (rtx x, rtx y) contain anything but integers and other rtx's, except for within LABEL_REFs and SYMBOL_REFs. */ default: - abort (); + gcc_unreachable (); } } return 1; |