*** empty log message ***
authorTom Wood <wood@gnu.org>
Thu, 18 Jun 1992 14:34:15 +0000 (14:34 +0000)
committerTom Wood <wood@gnu.org>
Thu, 18 Jun 1992 14:34:15 +0000 (14:34 +0000)
From-SVN: r1206

gcc/expr.c

index 78193cba282cdfc1ddde317398b975e4959f6bde..36e3adce42d592e6408a59b4c69cf44632ca3aee 100644 (file)
@@ -4875,6 +4875,7 @@ expand_builtin (exp, target, subtarget, mode, ignore)
       /* Test the argument to make sure it is in the proper domain for
         the sqrt function.  If it is not in the domain, branch to a 
         library call.  */
+      emit_queue ();
       start_sequence ();
       lab1 = gen_label_rtx ();
       lab2 = gen_label_rtx ();