This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RTL table initialization at compile time
- To: Zack Weinberg <zack@bitmover.com>
- Subject: Re: RTL table initialization at compile time
- From: Bernd Schmidt <bernds@cygnus.co.uk>
- Date: Fri, 27 Aug 1999 17:47:15 +0100 (BST)
- cc: egcs-patches@egcs.cygnus.com
Nice. I like patches that make chunks of code disappear :)
> * rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format
> for a CONST_DOUBLE, at compile time.
You might want to move that part into rtl.h so you don't have to duplicate
it in gengenrtl.c.
Bernd