diff options
author | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-19 08:22:22 +0000 |
---|---|---|
committer | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-19 08:22:22 +0000 |
commit | 657ad95df528ace6228598226741283b49dd2a54 (patch) | |
tree | 53f220bba941d0506f0c08430070cd23cfd118d4 /gcc/target.h | |
parent | 35c160563528774750805f0d1fc20e63725b2145 (diff) | |
download | gcc-657ad95df528ace6228598226741283b49dd2a54.tar.gz |
* target.h (struct gcc_target) <secondary_reload>: Change type
of last argument to secondary_reload_info *.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@156035 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/target.h')
-rw-r--r-- | gcc/target.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/target.h b/gcc/target.h index e5df4ef0597..ae3b352342f 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. */ |