* reload1.c (elimination_effects): Fix typo in recent change.
From-SVN: r171788
2011-03-31 Jeff Law <law@redhat.com>
+ * reload1.c (elimination_effects): Fix typo in recent change.
+
* tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid
typo potentially leading to null pointer dereference.
}
else if (reg_renumber[regno] < 0
- && reg_equiv_constant (0)
+ && reg_equivs != 0
&& reg_equiv_constant (regno)
&& ! function_invariant_p (reg_equiv_constant (regno)))
elimination_effects (reg_equiv_constant (regno), mem_mode);