From: Joern Rennecke Date: Tue, 19 Jan 2010 08:22:22 +0000 (+0000) Subject: target.h (struct gcc_target): Change type of last argument to secondary_reload_info *. X-Git-Tag: releases/gcc-4.5.0~1150 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f7154d497f55ab8dc1bd666422a1adc251a4770a;p=thirdparty%2Fgcc.git target.h (struct gcc_target): Change type of last argument to secondary_reload_info *. * target.h (struct gcc_target) : Change type of last argument to secondary_reload_info *. From-SVN: r156035 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 82f38e4dfb48..c9bea665fc59 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -7,6 +7,9 @@ (TARGET_SCHED_INIT_SCHED_CONTEXT): Clarify language. + * target.h (struct gcc_target) : Change type + of last argument to secondary_reload_info *. + 2010-01-18 Uros Bizjak PR target/42774 diff --git a/gcc/target.h b/gcc/target.h index e5df4ef0597f..ae3b352342f0 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -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. */