irn_vrfy_irg () added that allows to specify tho IR graph
[libfirm] / ir / ir / irgraph_t.h
index 4a311c6..af39b5a 100644 (file)
@@ -88,6 +88,6 @@ INLINE void
 set_irg_pinned (ir_graph *irg, op_pinned p);
 
 /** Returns the obstack associated with the graph. */
-struct obstack get_irg_obstack(ir_graph *irg);
+struct obstack *get_irg_obstack(ir_graph *irg);
 
 # endif /* _IRGRAPH_T_H_ */