* config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
authorRichard Henderson <rth@cygnus.com>
Thu, 20 Apr 2000 19:10:40 +0000 (12:10 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 20 Apr 2000 19:10:40 +0000 (12:10 -0700)
From-SVN: r33288

gcc/ChangeLog
gcc/config/alpha/alpha.c

index 970c789d308a553a6562f9730972cbaae2714d3b..a71cc2d8b87c763e6990e16aa155679ff1e58945 100644 (file)
@@ -1,3 +1,7 @@
+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
index b35866c0d9c0aa9feb011c8b86bd931d2816299f..4c203ebe71a4ce65f0485eed764ef9f47ab8ed15 100644 (file)
@@ -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);