Commit 3c3f4b56 by Kazu Hirata Committed by Kazu Hirata

* loop-iv.c (get_biv_step_1): Remove lhs.

From-SVN: r96167
parent 40e48138
......@@ -10,6 +10,8 @@
* ifcvt.c (noce_emit_move_insn): Remove inmode.
* loop-iv.c (get_biv_step_1): Remove lhs.
2005-03-08 Jeff Law <law@redhat.com>
* tree-cfg.c (cleanup_control_flow): If removal of a computed
......
......@@ -660,7 +660,7 @@ get_biv_step_1 (rtx insn, rtx reg,
enum rtx_code *extend, enum machine_mode outer_mode,
rtx *outer_step)
{
rtx set, lhs, rhs, op0 = NULL_RTX, op1 = NULL_RTX;
rtx set, rhs, op0 = NULL_RTX, op1 = NULL_RTX;
rtx next, nextr, def_insn, tmp;
enum rtx_code code;
......@@ -670,7 +670,6 @@ get_biv_step_1 (rtx insn, rtx reg,
rhs = XEXP (rhs, 0);
else
rhs = SET_SRC (set);
lhs = SET_DEST (set);
code = GET_CODE (rhs);
switch (code)
......
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