target.h (struct gcc_target): Change type of last argument to secondary_reload_info *.

* target.h (struct gcc_target) <secondary_reload>: Change type
	of last argument to secondary_reload_info *.

From-SVN: r156035
This commit is contained in:
Joern Rennecke 2010-01-19 08:22:22 +00:00 committed by Joern Rennecke
parent ab7e224ace
commit f7154d497f
2 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,9 @@
(TARGET_SCHED_INIT_SCHED_CONTEXT): Clarify language.
* target.h (struct gcc_target) <secondary_reload>: Change type
of last argument to secondary_reload_info *.
2010-01-18 Uros Bizjak <ubizjak@gmail.com>
PR target/42774

View File

@ -1021,7 +1021,7 @@ struct gcc_target
/* Return the class for a secondary reload, and fill in extra information. */
enum reg_class (*secondary_reload) (bool, rtx, enum reg_class,
enum machine_mode,
struct secondary_reload_info *);
secondary_reload_info *);
/* This target hook allows the backend to perform additional
processing while initializing for variable expansion. */