Commit 8eeb3159 by Richard Henderson Committed by Richard Henderson

* ifcvt.c (noce_process_if_block): Always reset X in the A == B case.

From-SVN: r33690
parent 0927ce96
2000-05-04 Richard Henderson <rth@cygnus.com> 2000-05-04 Richard Henderson <rth@cygnus.com>
* ifcvt.c (noce_process_if_block): Always reset X in the A == B case.
2000-05-04 Richard Henderson <rth@cygnus.com>
* Makefile.in (FPBIT_FUNCS): Remove _df_to_usi. * Makefile.in (FPBIT_FUNCS): Remove _df_to_usi.
(DPBIT_FUNCS): Remove _sf_to_usi. (DPBIT_FUNCS): Remove _sf_to_usi.
(stmp-multilib): Pass LIB1ASMSRC to libgcc.mk. (stmp-multilib): Pass LIB1ASMSRC to libgcc.mk.
......
...@@ -1139,8 +1139,8 @@ noce_process_if_block (test_bb, then_bb, else_bb, join_bb) ...@@ -1139,8 +1139,8 @@ noce_process_if_block (test_bb, then_bb, else_bb, join_bb)
else_bb->end = PREV_INSN (insn_b); else_bb->end = PREV_INSN (insn_b);
reorder_insns (insn_b, insn_b, PREV_INSN (if_info.cond_earliest)); reorder_insns (insn_b, insn_b, PREV_INSN (if_info.cond_earliest));
insn_b = NULL_RTX; insn_b = NULL_RTX;
x = orig_x;
} }
x = orig_x;
goto success; goto success;
} }
......
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