From: Tom Wood Date: Thu, 18 Jun 1992 14:34:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c1f7c223102198c1a344fcbc9d854044993ece90;p=gcc.git *** empty log message *** From-SVN: r1206 --- diff --git a/gcc/expr.c b/gcc/expr.c index 78193cba282..36e3adce42d 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -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 ();