aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-11-15 18:39:21 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1994-11-15 18:39:21 -0500
commite31492751a579505293cb346b01ac132a422aa68 (patch)
tree284fe5328410d33b58886bbc2a906df141c4721e /gcc/expr.h
parent7fd01431a32dd01cde21e6c35f2af826fd01f487 (diff)
downloadgcc-e31492751a579505293cb346b01ac132a422aa68.zip
gcc-e31492751a579505293cb346b01ac132a422aa68.tar.gz
gcc-e31492751a579505293cb346b01ac132a422aa68.tar.bz2
Declare expand_abs.
From-SVN: r8445
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index 3a4a0af..c71b3f6 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));