remove more commented/unused code
authorMatthias Braun <matze@braunis.de>
Wed, 19 May 2010 17:58:35 +0000 (17:58 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 19 May 2010 17:58:35 +0000 (17:58 +0000)
[r27557]

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

index 19e8c86..7fe539c 100644 (file)
 /* The number of array elements we assume if not both bounds are given. */
 #define DEFAULT_N_ARRAY_ELEMENTS 1
 
-/** The entities that can be accessed by this Sel node. *
-int       get_Sel_n_accessed_entities(ir_node *sel);
-ir_entity *get_Sel_accessed_entity    (ir_node *sel, int pos);
-*/
-
 int get_irn_loop_call_depth(ir_node *n);
 /** Return loop depth of node.
  *
index 71f24fa..ca38924 100644 (file)
 /* initialize, global variables.                                               */
 /* *************************************************************************** */
 
-/* *************************************************************************** */
-/*   Access routines for irnodes                                               */
-/* *************************************************************************** */
-
-/* The entities that can be accessed by this Sel node. */
-int get_Sel_n_accessed_entities(ir_node *sel)
-{
-  (void) sel;
-  return 1;
-}
-
-ir_entity *get_Sel_accessed_entity(ir_node *sel, int pos)
-{
-  (void) pos;
-  return get_Sel_entity(sel);
-}
-
 /* *************************************************************************** */
 /* The heuristic                                                               */
 /* *************************************************************************** */