From: Jan Hubicka Date: Thu, 17 Aug 2006 10:08:31 +0000 (+0000) Subject: Fix typo in previously applied patch. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7ffaaddcdaf19adac105e8481e83ef32c059b641;p=gcc.git Fix typo in previously applied patch. From-SVN: r116221 --- diff --git a/gcc/reload1.c b/gcc/reload1.c index a86f6f560e3..cd0fabf67e6 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -3911,6 +3911,7 @@ reload_as_needed (int live_known) regset_head regs_to_forget; INIT_REG_SET (®s_to_forget); note_stores (PATTERN (insn), forget_old_reloads_1, ®s_to_forget); + /* If this is a USE and CLOBBER of a MEM, ensure that any references to eliminable registers have been removed. */