From: Richard Stallman Date: Fri, 24 Sep 1993 19:24:53 +0000 (+0000) Subject: Fix typo in previous change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fe089a905abbbde679e6d643959a57e06f914f63;p=gcc.git Fix typo in previous change. From-SVN: r5448 --- diff --git a/gcc/reload1.c b/gcc/reload1.c index a6aab02503e..e5659d124b8 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -2654,7 +2654,7 @@ eliminate_regs (x, mem_mode, insn) { if (! mem_mode /* Refs inside notes don't count for this purpose. */ - && ! (insn == 0 && (GET_CODE (insn) == EXPR_LIST + && ! (insn != 0 && (GET_CODE (insn) == EXPR_LIST || GET_CODE (insn) == INSN_LIST))) ep->ref_outside_mem = 1; return plus_constant (ep->to_rtx, ep->previous_offset);