This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH][MIDDLE-END] Tuplification of matrix-reorg.c
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Doug Kwan <dougkwan at google dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>, razya at gcc dot gnu dot org
- Date: Fri, 1 Aug 2008 10:33:50 -0400
- Subject: Re: [PATCH][MIDDLE-END] Tuplification of matrix-reorg.c
- References: <498552560807291058y5a27e6ectfb9849fade447df8@mail.gmail.com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Tue, Jul 29, 2008 at 10:58:26AM -0700, Doug Kwan (éæå) wrote:
> 2008-07-28 Doug Kwan <dougkwan@google.com>
>
> * gcc/matrix-reorg.c (File): Re-enable all code.
This line should be:
* matrix-reorg.c: Re-enable all code.
(no gcc/, and no (File) ).
Jakub