diff options
author | Tom Wood <wood@gnu.org> | 1992-06-18 14:34:15 +0000 |
---|---|---|
committer | Tom Wood <wood@gnu.org> | 1992-06-18 14:34:15 +0000 |
commit | c1f7c223102198c1a344fcbc9d854044993ece90 (patch) | |
tree | 9212c230d087a054bb049e33f07f4a173984e3ff | |
parent | f21d67da84985ebd2beaf1c8ca00db461eaa70a9 (diff) | |
download | gcc-c1f7c223102198c1a344fcbc9d854044993ece90.zip gcc-c1f7c223102198c1a344fcbc9d854044993ece90.tar.gz gcc-c1f7c223102198c1a344fcbc9d854044993ece90.tar.bz2 |
*** empty log message ***
From-SVN: r1206
-rw-r--r-- | gcc/expr.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 (); |