* target.h (struct gcc_target) <secondary_reload>: Change type
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Jan 2010 08:22:22 +0000 (08:22 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Jan 2010 08:22:22 +0000 (08:22 +0000)
of last argument to secondary_reload_info *.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@156035 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/target.h

index 82f38e4..c9bea66 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 e5df4ef..ae3b352 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.  */