CVS:
[libfirm] / ir / ir / irnode.h
index 3e01eb4..353de84 100644 (file)
@@ -58,7 +58,7 @@ inline ir_mode      *get_irn_mode          (ir_node *node);
 /* Get the mode-enum modecode */
 inline modecode      get_irn_modecode      (ir_node *node);
 /* Get the ident for a string representation of the mode */
-inline ident        *get_irn_modename      (ir_node *node);
+inline ident        *get_irn_modeident     (ir_node *node);
 /* Access the opcode struct of the node */
 inline ir_op        *get_irn_op            (ir_node *node);
 inline void          set_irn_op            (ir_node *node, ir_op *op);
@@ -146,7 +146,7 @@ inline void     set_SymConst_type (ir_node *node, type *type);
 inline ident   *get_SymConst_ptrinfo (ir_node *node);
 inline void     set_SymConst_ptrinfo (ir_node *node, ident *ptrinfo);
 /* Sets both: type and ptrinfo.  Needed to treat the node independent of
-   its semantics: */
+   its semantics.  Does a memcpy for the memory tori points to. */
 inline type_or_id_p get_SymConst_type_or_id (ir_node *node);
 inline void set_SymConst_type_or_id (ir_node *node, type_or_id_p tori);