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

From-SVN: r33690
This commit is contained in:
Richard Henderson 2000-05-04 16:23:45 -07:00 committed by Richard Henderson
parent 0927ce96c9
commit 8eeb31597b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -1139,8 +1139,8 @@ noce_process_if_block (test_bb, then_bb, else_bb, join_bb)
else_bb->end = PREV_INSN (insn_b);
reorder_insns (insn_b, insn_b, PREV_INSN (if_info.cond_earliest));
insn_b = NULL_RTX;
x = orig_x;
}
x = orig_x;
goto success;
}