Commit 70994f30 by Richard Henderson Committed by Richard Henderson

* config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.

From-SVN: r33288
parent 404e6b79
2000-04-20 Richard Henderson <rth@cygnus.com>
* config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
2000-04-20 Zack Weinberg <zack@wolery.cumb.org>
* c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
......
......@@ -1505,6 +1505,7 @@ alpha_emit_set_long_const (target, c1, c2)
itoft $16,$f11
lda $2,LC0
cmplt $16,0,$1
cpyse $f11,$f31,$f10
cpyse $f31,$f11,$f11
s4addq $1,$2,$1
......@@ -1540,6 +1541,7 @@ alpha_emit_floatuns (operands)
emit_insn (gen_rtx_SET (VOIDmode, out, gen_rtx_FLOAT (mode, in)));
emit_jump_insn (gen_jump (donelab));
emit_barrier ();
emit_label (neglab);
......
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