ddmetro wrote:
Hi All,
We are adding a new pass for - structural hazard optimization - in
gcc.
We have added a rtl_opt_pass variable(pass_sched3) declaration in
tree-pass.h and defined the same in a new file - sched-by-category.c
In addition of all the other good hints, you mi
Did you add your new object file to OBJS-common list in Makefile.in?
Bingfeng
> -Original Message-
> From: gcc-ow...@gcc.gnu.org [mailto:gcc-ow...@gcc.gnu.org] On
> Behalf Of ddmetro
> Sent: 10 November 2009 16:25
> To: gcc@gcc.gnu.org
> Subject: help on - adding a new pass to gcc
>
On Tue, Nov 10, 2009 at 8:25 AM, ddmetro wrote:
>
> Hi All,
> We are adding a new pass for - structural hazard optimization - in
> gcc.
> We have added a rtl_opt_pass variable(pass_sched3) declaration in
> tree-pass.h and defined the same in a new file - sched-by-category.c
>