aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-11-09 17:34:03 +0000
committerKazu Hirata <kazu@cs.umass.edu>2004-11-09 17:34:03 +0000
commit5cd76581e32e272b8a450f46c124871bae65ff7c (patch)
tree326178f1a34143463c75232a4218117c8a8baf50 /gcc/optabs.c
parent6e6dac84076e955d6984441bba721ca3afd9f492 (diff)
* optabs.c (prepare_operand): Make it static.
* optabs.h: Remove the corresponding prototype. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@90351 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r--gcc/optabs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c
index cc0627b1240..cfed9040180 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)
{