Commit f7154d49 by Joern Rennecke Committed by Joern Rennecke

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
parent ab7e224a
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
(TARGET_SCHED_INIT_SCHED_CONTEXT): Clarify language. (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> 2010-01-18 Uros Bizjak <ubizjak@gmail.com>
PR target/42774 PR target/42774
......
...@@ -1021,7 +1021,7 @@ struct gcc_target ...@@ -1021,7 +1021,7 @@ struct gcc_target
/* Return the class for a secondary reload, and fill in extra information. */ /* Return the class for a secondary reload, and fill in extra information. */
enum reg_class (*secondary_reload) (bool, rtx, enum reg_class, enum reg_class (*secondary_reload) (bool, rtx, enum reg_class,
enum machine_mode, enum machine_mode,
struct secondary_reload_info *); secondary_reload_info *);
/* This target hook allows the backend to perform additional /* This target hook allows the backend to perform additional
processing while initializing for variable expansion. */ processing while initializing for variable expansion. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment