(expand_complex_abs): Add declaration.

From-SVN: r2317
This commit is contained in:
Richard Stallman 1992-10-03 18:44:17 +00:00
parent d03cc004f8
commit bf15a311e9
1 changed files with 3 additions and 0 deletions

View File

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