aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-01-10 19:37:14 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1994-01-10 19:37:14 -0500
commit212ac20cebe99703f9046cc173839f4a2dcc3f09 (patch)
tree66a25e6f9e8fcc75cf6cdccca02b445fa7849606 /gcc
parent3d329b07b756c93a507fa59bb9259aa354b0ba49 (diff)
downloadgcc-212ac20cebe99703f9046cc173839f4a2dcc3f09.zip
gcc-212ac20cebe99703f9046cc173839f4a2dcc3f09.tar.gz
gcc-212ac20cebe99703f9046cc173839f4a2dcc3f09.tar.bz2
Remove redundant prototype for gen_highpart.
From-SVN: r6380
Diffstat (limited to 'gcc')
-rw-r--r--gcc/optabs.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c
index 6a5a584..ff96b4c 100644
--- a/gcc/optabs.c
+++ b/gcc/optabs.c
@@ -1,5 +1,5 @@
/* Expand the basic unary and binary arithmetic operations, for GNU compiler.
- Copyright (C) 1987, 1988, 1992, 1993 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1992, 1993, 1994 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -192,9 +192,6 @@ rtx fixunstfsi_libfunc;
rtx fixunstfdi_libfunc;
rtx fixunstfti_libfunc;
-/* from emit-rtl.c */
-extern rtx gen_highpart ();
-
/* Indexed by the rtx-code for a conditional (eg. EQ, LT,...)
gives the gen_function to make a branch to test that condition. */