mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-13 18:30:59 +08:00
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:
parent
ab7e224ace
commit
f7154d497f
@ -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
|
||||
|
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user