From e31492751a579505293cb346b01ac132a422aa68 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 15 Nov 1994 18:39:21 -0500 Subject: [PATCH] Declare expand_abs. From-SVN: r8445 --- gcc/expr.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/expr.h b/gcc/expr.h index 3a4a0afbe5d..c71b3f69e0f 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -487,6 +487,9 @@ extern int expand_twoval_binop PROTO((optab, rtx, rtx, rtx, rtx, int)); /* Expand a unary arithmetic operation given optab rtx operand. */ extern rtx expand_unop PROTO((enum machine_mode, optab, rtx, rtx, int)); +/* Expand the absolute value operation. */ +extern rtx expand_abs PROTO((enum machine_mode, rtx, rtx, int, int)); + /* Expand the complex absolute value operation. */ extern rtx expand_complex_abs PROTO((enum machine_mode, rtx, rtx, int)); -- 2.30.2