diff options
author | Richard Stallman <rms@gnu.org> | 1992-10-03 18:44:17 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-10-03 18:44:17 +0000 |
commit | bf15a311e9a03f87ab9f9c95767c163bb700906b (patch) | |
tree | c26aba5736b3bb88f88281388ce24b52fbd51ff8 /gcc/expr.h | |
parent | d03cc004f8f0c1c9384bdff380cc3b9bb784435f (diff) | |
download | gcc-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 (); |