diff options
Diffstat (limited to 'gcc/config/pa/pa.cc')
-rw-r--r-- | gcc/config/pa/pa.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/pa/pa.cc b/gcc/config/pa/pa.cc index 9542d3b..b63ccf1 100644 --- a/gcc/config/pa/pa.cc +++ b/gcc/config/pa/pa.cc @@ -1123,8 +1123,7 @@ legitimize_tls_address (rtx addr) else emit_insn (gen_tld_load (tmp, addr)); t1 = hppa_tls_call (tmp); - insn = get_insns (); - end_sequence (); + insn = end_sequence (); t2 = gen_reg_rtx (Pmode); emit_libcall_block (insn, t2, t1, gen_rtx_UNSPEC (Pmode, gen_rtvec (1, const0_rtx), |