From 32051ff51c38d3f48ac737c3df09092ab0ab5740 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 24 Oct 1996 07:28:42 -0400 Subject: [PATCH] (emit_reload_insns): Check for second_reloadreg in SECONDARY_OUTPUT_RELOAD_CLASS / PRESERVE_DEATH_INFO_REGNO_P case. From-SVN: r13025 --- gcc/reload1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/reload1.c b/gcc/reload1.c index 70b933a7c5a..48359ba5c77 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -6458,7 +6458,7 @@ emit_reload_insns (insn) reloadreg, REG_NOTES (p)); #ifdef SECONDARY_OUTPUT_RELOAD_CLASS - if (! special + if (! special && second_reloadreg && PRESERVE_DEATH_INFO_REGNO_P (REGNO (second_reloadreg))) for (p = get_last_insn (); p; p = PREV_INSN (p)) if (GET_RTX_CLASS (GET_CODE (p)) == 'i' -- 2.30.2