From c1f7c223102198c1a344fcbc9d854044993ece90 Mon Sep 17 00:00:00 2001 From: Tom Wood Date: Thu, 18 Jun 1992 14:34:15 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r1206 --- gcc/expr.c | 1 + 1 file changed, 1 insertion(+) 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 (); -- 2.30.2