From: Doug Evans Date: Thu, 12 Sep 1996 23:21:37 +0000 (+0000) Subject: (emit_move_sequence): Pass label_ref to X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d6b6516780fb9dc04212c59ec3466db2f00a0857;p=gcc.git (emit_move_sequence): Pass label_ref to gen_move_pic_label_si to not lose flags. From-SVN: r12703 --- diff --git a/gcc/config/sparc/sparc.c b/gcc/config/sparc/sparc.c index 566d41a06e7..81c291d1bdb 100644 --- a/gcc/config/sparc/sparc.c +++ b/gcc/config/sparc/sparc.c @@ -1523,9 +1523,7 @@ emit_move_sequence (operands, mode) { if (TARGET_ARCH64) abort (); - /* ??? This might suffer from the same problem the DImode case did: - flags in operand1 not being propagated. */ - emit_insn (gen_move_pic_label_si (operand0, XEXP (operand1, 0))); + emit_insn (gen_move_pic_label_si (operand0, operand1)); return 1; } /* Non-pic LABEL_REF's in sparc64 are expensive to do the normal way,