From 6db0fb0ed3c834b6457434841df0599f27872c02 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 9 Nov 2004 17:34:03 +0000 Subject: optabs.c (prepare_operand): Make it static. * optabs.c (prepare_operand): Make it static. * optabs.h: Remove the corresponding prototype. From-SVN: r90351 --- 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 cc0627b..cfed904 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -3197,7 +3197,7 @@ prepare_cmp_insn (rtx *px, rtx *py, enum rtx_code *pcomparison, rtx size, WIDER_MODE (UNSIGNEDP determines whether it is an unsigned conversion), and that it is accepted by the operand predicate. Return the new value. */ -rtx +static rtx prepare_operand (int icode, rtx x, int opnum, enum machine_mode mode, enum machine_mode wider_mode, int unsignedp) { -- cgit v1.1