Commit a29b481b by Richard Stallman

(expand_unop): For complex negation, do get_insns, not gen_sequence.

From-SVN: r2734
parent bcd4420d
...@@ -1552,7 +1552,7 @@ expand_unop (mode, unoptab, op0, target, unsignedp) ...@@ -1552,7 +1552,7 @@ expand_unop (mode, unoptab, op0, target, unsignedp)
if (target_piece != x) if (target_piece != x)
emit_move_insn (target_piece, x); emit_move_insn (target_piece, x);
seq = gen_sequence (); seq = get_insns ();
end_sequence (); end_sequence ();
emit_no_conflict_block (seq, target, op0, 0, emit_no_conflict_block (seq, target, op0, 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