Commit bf15a311 by Richard Stallman

(expand_complex_abs): Add declaration.

From-SVN: r2317
parent d03cc004
...@@ -464,6 +464,9 @@ extern rtx sign_expand_binop (); ...@@ -464,6 +464,9 @@ extern rtx sign_expand_binop ();
/* Expand a unary arithmetic operation given optab rtx operand. */ /* Expand a unary arithmetic operation given optab rtx operand. */
extern rtx expand_unop (); 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. /* Arguments MODE, RTX: return an rtx for the negation of that value.
May emit insns. */ May emit insns. */
extern rtx negate_rtx (); extern rtx negate_rtx ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment