From 9abd1955da0d1717108ee06829f94a57908bcc38 Mon Sep 17 00:00:00 2001 From: Roger Sayle Date: Wed, 16 Mar 2005 18:29:26 +0000 Subject: optabs.c (expand_copysign_absneg): Make static. * optabs.c (expand_copysign_absneg): Make static. * optabs.h (expand_copysign_absneg): Delete prototype. * config/rs6000/rs6000.md (copysigntf3): Delete pattern. From-SVN: r96572 --- gcc/optabs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/optabs.c') diff --git a/gcc/optabs.c b/gcc/optabs.c index ccbf670..b2021f1 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -2678,7 +2678,7 @@ expand_abs (enum machine_mode mode, rtx op0, rtx target, is that we have a split register file, and leaving op0 in fp registers, and not playing with subregs so much, will help the register allocator. */ -rtx +static rtx expand_copysign_absneg (enum machine_mode mode, rtx op0, rtx op1, rtx target, int bitpos, bool op0_is_abs) { -- cgit v1.1