From: Michael Beck Date: Wed, 11 Jul 2007 13:03:36 +0000 (+0000) Subject: commented out JACk support stuff: move to the jack compiler X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=0c895460654881eff2b1ee726db0393f06d90e09;p=libfirm commented out JACk support stuff: move to the jack compiler [r15036] --- diff --git a/include/libfirm/field_temperature.h b/include/libfirm/field_temperature.h index 38d9e5a4a..6ee82feaf 100644 --- a/include/libfirm/field_temperature.h +++ b/include/libfirm/field_temperature.h @@ -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 diff --git a/ir/ana/field_temperature.c b/ir/ana/field_temperature.c index 571c04c13..7fb6fdfbc 100644 --- a/ir/ana/field_temperature.c +++ b/ir/ana/field_temperature.c @@ -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 */