]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
target.h (struct gcc_target): Change type of last argument to secondary_reload_info *.
authorJoern Rennecke <amylaar@spamcop.net>
Tue, 19 Jan 2010 08:22:22 +0000 (08:22 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Tue, 19 Jan 2010 08:22:22 +0000 (08:22 +0000)
* target.h (struct gcc_target) <secondary_reload>: Change type
of last argument to secondary_reload_info *.

From-SVN: r156035

gcc/ChangeLog
gcc/target.h

index 82f38e4dfb480e192635e052d3247d18e42a75d7..c9bea665fc59b30759520909e4194828d14c17ac 100644 (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
index e5df4ef0597f4b0e9335a05c669b4e23e1377b92..ae3b352342f00e4e922bf619702390ac4f4ffc4f 100644 (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.  */