fixed comment
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 2 Dec 2004 16:27:05 +0000 (16:27 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 2 Dec 2004 16:27:05 +0000 (16:27 +0000)
[r4559]

ir/ir/ircons.h

index d0fe2fe..62a8221 100644 (file)
  *
  *    There are two special routines for the global store:
  *
- *    inline void set_store (ir_node *store)
- *    --------------------------------------
+ *    void set_store (ir_node *store)
+ *    -------------------------------
  *
  *    Adds the store to the array of known values at a reserved
  *    position.
  *    Requires current_block to be set correctly.
  *
- *    inline ir_node *get_store (void)
- *    --------------------------------
+ *    ir_node *get_store (void)
+ *    -------------------------
  *
  *    Returns the node defining the actual store.
  *    Requires current_block to be set correctly.