From: Richard Stallman Date: Sat, 3 Oct 1992 18:44:17 +0000 (+0000) Subject: (expand_complex_abs): Add declaration. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bf15a311e9a03f87ab9f9c95767c163bb700906b;p=gcc.git (expand_complex_abs): Add declaration. From-SVN: r2317 --- diff --git a/gcc/expr.h b/gcc/expr.h index 234551e0f1e..56cd39d8aaa 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 ();