Added some statistics events
[libfirm] / ir / be / benodesets.h
index c06bf21..63f0f40 100644 (file)
@@ -14,7 +14,7 @@ typedef struct pset nodeset;
 /**
  * Calculates a hash value for a node.
  */
-unsigned nodeset_hash(ir_node *n);
+unsigned nodeset_hash(const ir_node *n);
 
 /**
  * Creates a new nodeset.
@@ -136,7 +136,7 @@ static INLINE ir_node *nodeset_next(nodeset *nset)
  *
  * @param nset  the nodeset
  */
-static inline void nodeset_break(nodeset *nset)
+static INLINE void nodeset_break(nodeset *nset)
 {
        pset_break(nset);
 }