aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wood <wood@gnu.org>1992-06-18 14:34:15 +0000
committerTom Wood <wood@gnu.org>1992-06-18 14:34:15 +0000
commitc1f7c223102198c1a344fcbc9d854044993ece90 (patch)
tree9212c230d087a054bb049e33f07f4a173984e3ff
parentf21d67da84985ebd2beaf1c8ca00db461eaa70a9 (diff)
downloadgcc-c1f7c223102198c1a344fcbc9d854044993ece90.zip
gcc-c1f7c223102198c1a344fcbc9d854044993ece90.tar.gz
gcc-c1f7c223102198c1a344fcbc9d854044993ece90.tar.bz2
*** empty log message ***
From-SVN: r1206
-rw-r--r--gcc/expr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index 78193cb..36e3adc 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 ();