From 0c895460654881eff2b1ee726db0393f06d90e09 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 11 Jul 2007 13:03:36 +0000 Subject: [PATCH] commented out JACk support stuff: move to the jack compiler [r15036] --- include/libfirm/field_temperature.h | 4 ++++ ir/ana/field_temperature.c | 6 ++++++ 2 files changed, 10 insertions(+) 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 */ -- 2.20.1