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 ();