mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 08:39:01 +08:00
* ifcvt.c (noce_process_if_block): Always reset X in the A == B case.
From-SVN: r33690
This commit is contained in:
parent
0927ce96c9
commit
8eeb31597b
@ -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.
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user