type identify
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Fri, 11 Jun 2004 11:39:23 +0000 (11:39 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Fri, 11 Jun 2004 11:39:23 +0000 (11:39 +0000)
[r3048]

ir/common/firm.c

index 10c3c3b..6cb3041 100644 (file)
@@ -55,6 +55,8 @@ init_firm (default_initialize_local_variable_func_t *func)
   init_irprog ();
   /* Constructs some idents needed. */
   init_type();
+  /* allocate a hash table. */
+  init_type_identify();
 }