Commit 7847d627 by Richard Henderson Committed by Richard Henderson

* emit-rtl.c (const_double_htab_eq): Remove unused variable.

From-SVN: r57565
parent cde0ce6e
2002-09-26 Richard Henderson <rth@redhat.com>
* emit-rtl.c (const_double_htab_eq): Remove unused variable.
2002-09-26 Chris Lattner <sabre@nondot.org> 2002-09-26 Chris Lattner <sabre@nondot.org>
* ssa.c (rename_insn_1): Handle RENAME_NO_RTX correctly when * ssa.c (rename_insn_1): Handle RENAME_NO_RTX correctly when
......
...@@ -239,7 +239,6 @@ const_double_htab_eq (x, y) ...@@ -239,7 +239,6 @@ const_double_htab_eq (x, y)
const void *y; const void *y;
{ {
rtx a = (rtx)x, b = (rtx)y; rtx a = (rtx)x, b = (rtx)y;
size_t i;
if (GET_MODE (a) != GET_MODE (b)) if (GET_MODE (a) != GET_MODE (b))
return 0; return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment