Commit 5f361012 by Richard Earnshaw Committed by Richard Earnshaw

ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC of get_pc.

* ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC
of get_pc.

From-SVN: r34192
parent 387769ed
2000-05-26 Richard Earnshaw <rearnsha@arm.com>
* ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC
of get_pc.
2000-05-25 Richard Henderson <rth@cygnus.com> 2000-05-25 Richard Henderson <rth@cygnus.com>
* config/alpha/alpha.c (alpha_comparison_operator): Don't be * config/alpha/alpha.c (alpha_comparison_operator): Don't be
...@@ -267,7 +267,7 @@ cond_exec_get_condition (jump) ...@@ -267,7 +267,7 @@ cond_exec_get_condition (jump)
rtx test_if, cond; rtx test_if, cond;
if (any_condjump_p (jump)) if (any_condjump_p (jump))
test_if = pc_set (jump); test_if = SET_SRC (pc_set (jump));
else else
return NULL_RTX; return NULL_RTX;
cond = XEXP (test_if, 0); cond = XEXP (test_if, 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