Commit a09b3c50 by Uros Bizjak

* config/i386/i386.c (legitimize_tls_address): Reorganize a tiny bit.

From-SVN: r194299
parent 6fe61543
...@@ -12805,11 +12805,10 @@ legitimize_tls_address (rtx x, enum tls_model model, bool for_mov) ...@@ -12805,11 +12805,10 @@ legitimize_tls_address (rtx x, enum tls_model model, bool for_mov)
insns = get_insns (); insns = get_insns ();
end_sequence (); end_sequence ();
RTL_CONST_CALL_P (insns) = 1;
if (GET_MODE (x) != Pmode) if (GET_MODE (x) != Pmode)
x = gen_rtx_ZERO_EXTEND (Pmode, x); x = gen_rtx_ZERO_EXTEND (Pmode, x);
RTL_CONST_CALL_P (insns) = 1;
emit_libcall_block (insns, dest, rax, x); emit_libcall_block (insns, dest, rax, x);
} }
else else
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