replaced all recursive computed_value calls ba value_of()
[libfirm] / ir / ir / irgraph.h
index edceb00..e9c1004 100644 (file)
@@ -88,9 +88,8 @@ void      set_current_ir_graph(ir_graph *graph);
 
 /** This flag indicate the current view. The behaviour of some methods
  * (get_irn_*, set_irn_*) is influenced by this flag. */
-extern bool interprocedural_view;
-bool get_interprocedural_view(void);
-void set_interprocedural_view(bool state);
+int get_interprocedural_view(void);
+void set_interprocedural_view(int state);
 
 /** Create a new ir graph to built ir for a procedure.
  *