aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-10-03 18:44:17 +0000
committerRichard Stallman <rms@gnu.org>1992-10-03 18:44:17 +0000
commitbf15a311e9a03f87ab9f9c95767c163bb700906b (patch)
treec26aba5736b3bb88f88281388ce24b52fbd51ff8 /gcc/expr.h
parentd03cc004f8f0c1c9384bdff380cc3b9bb784435f (diff)
downloadgcc-bf15a311e9a03f87ab9f9c95767c163bb700906b.zip
gcc-bf15a311e9a03f87ab9f9c95767c163bb700906b.tar.gz
gcc-bf15a311e9a03f87ab9f9c95767c163bb700906b.tar.bz2
(expand_complex_abs): Add declaration.
From-SVN: r2317
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index 234551e..56cd39d 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -464,6 +464,9 @@ extern rtx sign_expand_binop ();
/* Expand a unary arithmetic operation given optab rtx operand. */
extern rtx expand_unop ();
+/* Expand the complex absolute value operation. */
+extern rtx expand_complex_abs ();
+
/* Arguments MODE, RTX: return an rtx for the negation of that value.
May emit insns. */
extern rtx negate_rtx ();