Commit 2ad79487 by Richard Kenner

(expand_float): Emit missing barrier after unconditional jump.

From-SVN: r10494
parent 0331e642
......@@ -3511,6 +3511,7 @@ expand_float (to, from, unsignedp)
/* The sign bit is not set. Convert as signed. */
expand_float (target, from, 0);
emit_jump_insn (gen_jump (label));
emit_barrier ();
/* The sign bit is set.
Convert to a usable (positive signed) value by shifting right
......
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