From bf15a311e9a03f87ab9f9c95767c163bb700906b Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 3 Oct 1992 18:44:17 +0000 Subject: [PATCH] (expand_complex_abs): Add declaration. From-SVN: r2317 --- gcc/expr.h | 3 +++ 1 file changed, 3 insertions(+) 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 (); -- 2.30.2