Reducing code size on AM30 and AM33
Alexandre Oliva
aoliva@cygnus.com
Fri Apr 21 10:47:00 GMT 2000
On Apr 21, 2000, Alexandre Oliva <aoliva@cygnus.com> wrote:
> * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
> * config/mn10300/mn10300.c (mn10300_address_cost): New function.
This patch was missing:
* config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
Index: gcc/config/mn10300/mn10300-protos.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/mn10300/mn10300-protos.h,v
retrieving revision 1.1
diff -u -r1.1 mn10300-protos.h
--- gcc/config/mn10300/mn10300-protos.h 2000/01/14 23:03:45 1.1
+++ gcc/config/mn10300/mn10300-protos.h 2000/04/21 16:49:31
@@ -36,6 +36,8 @@
extern int call_address_operand PARAMS ((rtx, enum machine_mode));
extern int impossible_plus_operand PARAMS ((rtx, enum machine_mode));
extern int const_8bit_operand PARAMS ((rtx, enum machine_mode));
+
+extern int mn10300_address_cost PARAMS ((rtx, int *));
#endif /* RTX_CODE */
#ifdef TREE_CODE
--
Alexandre Oliva Enjoy Guaraná, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org} Write to mailing lists, not to me
More information about the Gcc-patches
mailing list