diff options
Diffstat (limited to 'gcc/config/alpha/predicates.md')
-rw-r--r-- | gcc/config/alpha/predicates.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/alpha/predicates.md b/gcc/config/alpha/predicates.md index 9ee22c299cc..fe7b0a38b1e 100644 --- a/gcc/config/alpha/predicates.md +++ b/gcc/config/alpha/predicates.md @@ -231,7 +231,7 @@ return add_operand (op, mode); default: - abort (); + gcc_unreachable (); } return 0; }) @@ -506,7 +506,7 @@ ;; Returns 1 if OP is not an eliminable register. ;; -;; This exists to cure a pathological abort in the s8addq (et al) patterns, +;; This exists to cure a pathological failure in the s8addq (et al) patterns, ;; ;; long foo () { long t; bar(); return (long) &t * 26107; } ;; |