c_name debug field removed
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 23 Dec 2004 14:00:45 +0000 (14:00 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 23 Dec 2004 14:00:45 +0000 (14:00 +0000)
[r4739]

ir/tr/type.c

index ad3a14b..bf68642 100644 (file)
@@ -127,7 +127,6 @@ new_type(tp_op *type_op, ir_mode *mode, ident* name) {
   res -> link  = NULL;
 #ifdef DEBUG_libfirm
   res->nr      = get_irp_new_node_nr();
-  res->c_name  = (char*) get_id_str (name);
 #endif /* defined DEBUG_libfirm */
 
   return res;