comparison gcc/gimple.c @ 59:5b5b9ea5b220

fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 15 Feb 2010 17:22:24 +0900
parents 326d9e06c2e3
children 1b10fe6932e1
comparison
equal deleted inserted replaced
58:3aaf117db171 59:5b5b9ea5b220
37 #ifndef noCbC 37 #ifndef noCbC
38 #include "cbc-tree.h" 38 #include "cbc-tree.h"
39 #endif 39 #endif
40 #include "alias.h" 40 #include "alias.h"
41 #include "demangle.h" 41 #include "demangle.h"
42
43 #define DEFGSCODE(SYM, NAME, STRUCT) NAME,
44 const char *const gimple_code_name[] = {
45 #include "gimple.def"
46 };
47 #undef DEFGSCODE
48 42
49 /* Global type table. FIXME lto, it should be possible to re-use some 43 /* Global type table. FIXME lto, it should be possible to re-use some
50 of the type hashing routines in tree.c (type_hash_canon, type_hash_lookup, 44 of the type hashing routines in tree.c (type_hash_canon, type_hash_lookup,
51 etc), but those assume that types were built with the various 45 etc), but those assume that types were built with the various
52 build_*_type routines which is not the case with the streamer. */ 46 build_*_type routines which is not the case with the streamer. */