From 8d444206b1acc6ac375c10cc82f0223ab2f05d98 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 18 Feb 2001 22:19:23 -0500 Subject: [PATCH] Fix typo in last change From-SVN: r39869 --- gcc/gcse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/gcse.c b/gcc/gcse.c index a5c552c376e..4b5403a8c3a 100644 --- a/gcc/gcse.c +++ b/gcc/gcse.c @@ -4307,7 +4307,7 @@ process_insert_insn (expr) /* Otherwise, make a new insn to compute this expression and make sure the insn will be recognized (this also adds any needed CLOBBERs). Copy the expression to make sure we don't have any sharing issues. */ - if (insn_invalid_p (emit_insn (gen_rtx_SET (VOIDmode, reg, exp)))) + else if (insn_invalid_p (emit_insn (gen_rtx_SET (VOIDmode, reg, exp)))) abort (); pat = gen_sequence (); -- 2.30.2