Call fatal_insn_not_found instead of abort
authorMichael Meissner <meissner@cygnus.com>
Tue, 30 Jun 1998 05:26:11 +0000 (05:26 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Tue, 30 Jun 1998 05:26:11 +0000 (05:26 +0000)
From-SVN: r20813

gcc/ChangeLog
gcc/reload1.c

index 07d38952125a6012aea78733f215807155fd956a..d87c539ee71257b88f0380929a609fc1dd85f0cc 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jun 30 08:22:05 1998  Michael Meissner  <meissner@cygnus.com>
+
+       * reload1.c (reload_cse_simplify_operands): Call
+       fatal_insn_not_found, not abort.
+
 Tue Jun 30 02:34:02 1998  Jeffrey A Law  (law@cygnus.com)
 
        * choose-temp.c (make_temp_file): Accept new argument for the
index 825b8715da3ac8599fc05e05c0c6de9fde30bd60..9c1294927443ce39d28f60b6263cb405747312a2 100644 (file)
@@ -8596,7 +8596,7 @@ reload_cse_simplify_operands (insn)
 
   /* Figure out which alternative currently matches.  */
   if (! constrain_operands (insn_code_number, 1))
-    abort ();
+    fatal_insn_not_found (insn);
 
   alternative_reject = (int *) alloca (n_alternatives * sizeof (int));
   alternative_nregs = (int *) alloca (n_alternatives * sizeof (int));