using rtx_equal_p, not by comparing pointers.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49237
138bc75d-0d04-0410-961f-
82ee72b054a4
+2002-01-25 DJ Delorie <dj@redhat.com>
+
+ * config/sparc/sparc.c (sparc_emit_set_symbolic_const64): Compare
+ using rtx_equal_p, not by comparing pointers.
+
2002-01-25 Steve Ellcey <sje@cup.hp.com>
* emit-rtl.c (gen_rtx_REG): Always return the same rtx
We _MUST_ have a separate temporary at this point,
if we don't barf immediately instead of generating
incorrect code. */
- if (temp1 == op0)
+ if (rtx_equal_p (temp1, op0))
abort ();
emit_insn (gen_sethh (op0, op1));