This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: target register load optimizations


joern.rennecke@superh.com said:
> 2003-06-18  Stephen Clarke <stephen.clarke@superh.com>
>             J"orn Rennecke <joern.rennecke@superh.com>
> 	* bt-load.c: New file.
> 	* Makefile.in (OBJS): Include bt-load.o
> 	(bt-load.o): Add dependencies.
> 	* flags.h (flag_branch_target_load_optimize): Declare.
> 	(flag_branch_target_load_optimize2): Likewise.
> 	* hooks.c (hook_reg_class_void_no_regs): New function.
> 	(hook_bool_bool_false): Likewise.
> 	* hooks.h (hook_reg_class_void_no_regs, hook_bool_bool_false):
> Declare. 
[...]

I'm intrigued to know which platform you used to 3-stage bootstrap this 
patch.  It seems to me that none could get past the forward declaration of 
"enum reg_class".

R.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]