Commit 0782cd71 by Richard Kenner

(jump_optimize): When replacing jumps with logical expressions, use

preserve_subexpressions_p.

From-SVN: r1757
parent 1b2ac438
......@@ -951,6 +951,7 @@ jump_optimize (f, cross_jump, noop_moves, after_regscan)
else if (normalizep != 1)
target = expand_and (uval, target,
(GET_CODE (target) == REG
&& ! preserve_subexpressions_p ()
? target : NULL_RTX));
seq = gen_sequence ();
......
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