commented out JACk support stuff: move to the jack compiler
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 11 Jul 2007 13:03:36 +0000 (13:03 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 11 Jul 2007 13:03:36 +0000 (13:03 +0000)
[r15036]

include/libfirm/field_temperature.h
ir/ana/field_temperature.c

index 38d9e5a..6ee82fe 100644 (file)
@@ -108,8 +108,12 @@ typedef enum {
   temperature_inconsistent
 } irp_temperature_state;
 
+#if 0
+
 /** An auxiliary/temporary function */
 int is_jack_rts_class(ir_type *t);
 int is_jack_rts_entity(ir_entity *e);
 
 #endif
+
+#endif
index 571c04c..7fb6fdf 100644 (file)
@@ -361,6 +361,9 @@ double get_entity_estimated_n_dyncalls(ir_entity *ent) {
   return n_calls;
 }
 
+#if 0
+/* Move this to the jack compiler */
+
 /* ------------------------------------------------------------------------- */
 /* Auxiliary                                                                 */
 /* ------------------------------------------------------------------------- */
@@ -397,3 +400,6 @@ int is_jack_rts_entity(ir_entity *e) {
 
   return is_jack_rts_name(name);
 }
+
+
+#endif /* if 0 */