*** empty log message ***
authorBoris Boesler <boesler@ipd.info.uni-karlsruhe.de>
Wed, 17 Jul 2002 09:15:07 +0000 (09:15 +0000)
committerBoris Boesler <boesler@ipd.info.uni-karlsruhe.de>
Wed, 17 Jul 2002 09:15:07 +0000 (09:15 +0000)
[r444]

ir/tr/type.c
ir/tr/type.h

index 2dcdfbf..8afb859 100644 (file)
 
 unsigned long type_visited;
 
-void        free_type(type *tp) {
+void
+free_type(type *tp) {
   /* @@@ not implemented */
+  remove_irp_type(tp);
 }
 
 INLINE type *
index 217c293..7ff863a 100644 (file)
@@ -376,9 +376,6 @@ int   get_method_n_params  (type *method);
 type *get_method_param_type(type *method, int pos);
 void  set_method_param_type(type *method, int pos, type* type);
 
-/* @@@ fuer emitter.h von cggg */
-#define get_method_n_res(X) get_method_n_ress(X)
-
 int   get_method_n_ress   (type *method);
 type *get_method_res_type(type *method, int pos);
 void  set_method_res_type(type *method, int pos, type* type);