summaryrefslogtreecommitdiff
path: root/gcc/melt/warmelt-first.melt
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2014-09-24 18:54:32 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2014-09-24 18:54:32 +0000
commit7be05f3c86a1466ff6fd61570b517f9ab3ffc71e (patch)
tree5aad70e09a5c2652201090e80250c2502f766ed1 /gcc/melt/warmelt-first.melt
parent352678fc7c34f7fba3292538b35d9b7c07578d2c (diff)
downloadgcc-7be05f3c86a1466ff6fd61570b517f9ab3ffc71e.tar.gz
2014-09-24 Basile Starynkevitch <basile@starynkevitch.net>
* melt/warmelt-first.melt (ctype_gimple_seq): Typo on its hashfun. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@215565 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/melt/warmelt-first.melt')
-rw-r--r--gcc/melt/warmelt-first.melt40
1 files changed, 20 insertions, 20 deletions
diff --git a/gcc/melt/warmelt-first.melt b/gcc/melt/warmelt-first.melt
index 43193eeca12..65f87471ed5 100644
--- a/gcc/melt/warmelt-first.melt
+++ b/gcc/melt/warmelt-first.melt
@@ -2847,29 +2847,29 @@ Keyword is :gimple_seq. Notice that @code{gimple_seq} is a typedef for @code{gim
:ctype_autoboxdiscr discr_gimple_seq
:ctype_autoconstboxdiscr discr_constant_gimple_seq
;; GTY ctype
- :ctypg_boxedmagic '"MELTOBMAG_GIMPLESEQ"
- :ctypg_mapmagic '"MELTOBMAG_MAPGIMPLESEQS"
- :ctypg_boxedstruct '"meltgimpleseq_st"
- :ctypg_boxedunimemb '"u_gimpleseq"
- :ctypg_entrystruct '"entrygimpleseqmelt_st"
- :ctypg_mapstruct '"meltmapgimpleseqs_st"
+ :ctypg_boxedmagic '"MELTOBMAG_GIMPLESEQ"
+ :ctypg_mapmagic '"MELTOBMAG_MAPGIMPLESEQS"
+ :ctypg_boxedstruct '"meltgimpleseq_st"
+ :ctypg_boxedunimemb '"u_gimpleseq"
+ :ctypg_entrystruct '"entrygimpleseqmelt_st"
+ :ctypg_mapstruct '"meltmapgimpleseqs_st"
;; :ctypg_boxdiscr discr_gimple_seq
- :ctypg_mapdiscr discr_map_gimple_seqs
- :ctypg_mapunimemb '"u_mapgimpleseqs"
- :ctypg_boxfun '"meltgc_new_gimpleseq"
- :ctypg_unboxfun '"melt_gimpleseq_content"
- :ctypg_updateboxfun '"meltgc_gimpleseq_updatebox"
- :ctypg_newmapfun '"meltgc_new_mapgimpleseqs"
- :ctypg_mapgetfun '"melt_get_mapgimpleseqs"
- :ctypg_mapputfun '"melt_put_mapgimpleseqs"
- :ctypg_mapremovefun '"melt_remove_mapgimpleseqs"
- :ctypg_mapcountfun '"melt_count_mapgimpleseqs"
- :ctypg_mapsizefun '"melt_size_mapgimpleseqs"
- :ctypg_mapnattfun '"melt_nthattr_mapgimpleseqs"
- :ctypg_mapnvalfun '"melt_nthval_mapgimpleseqs"
+ :ctypg_mapdiscr discr_map_gimple_seqs
+ :ctypg_mapunimemb '"u_mapgimpleseqs"
+ :ctypg_boxfun '"meltgc_new_gimpleseq"
+ :ctypg_unboxfun '"melt_gimpleseq_content"
+ :ctypg_updateboxfun '"meltgc_gimpleseq_updatebox"
+ :ctypg_newmapfun '"meltgc_new_mapgimpleseqs"
+ :ctypg_mapgetfun '"melt_get_mapgimpleseqs"
+ :ctypg_mapputfun '"melt_put_mapgimpleseqs"
+ :ctypg_mapremovefun '"melt_remove_mapgimpleseqs"
+ :ctypg_mapcountfun '"melt_count_mapgimpleseqs"
+ :ctypg_mapsizefun '"melt_size_mapgimpleseqs"
+ :ctypg_mapnattfun '"melt_nthattr_mapgimpleseqs"
+ :ctypg_mapnvalfun '"melt_nthval_mapgimpleseqs"
:ctypg_mapauxdatafun '"melt_auxdata_mapgimpleseqs"
:ctypg_mapauxputfun '"melt_auxput_mapgimpleseqs"
- :ctypg_maphashfun '"melt_hash_mapgimples"
+ :ctypg_maphashfun '"melt_hash_mapgimpleseqs"
)
(install_ctype_descr ctype_gimple_seq "GCC gimple_seq pointer")