* local-alloc.c (update_equiv_regs): Don't eliminate constant
expressions at -O0.
From-SVN: r42667
+2001-05-27 Geoffrey Keating <geoffk@redhat.com>
+
+ * local-alloc.c (update_equiv_regs): Don't eliminate constant
+ expressions at -O0.
+
2001-05-27 Stan Shebs <shebs@apple.com>
* objc/objc-act.c: Add/fix various comments.
reg_equiv[regno].loop_depth = loop_depth;
/* Don't mess with things live during setjmp. */
- if (REG_LIVE_LENGTH (regno) >= 0)
+ if (REG_LIVE_LENGTH (regno) >= 0 && optimize)
{
/* Note that the statement below does not affect the priority
in local-alloc! */