preprocessor flag for node_nr
[libfirm] / ir / ir / iropt.h
index 835e1db..941d883 100644 (file)
@@ -29,7 +29,7 @@
 /** If the expression referenced can be evaluated statically
  *  computed_value returns a tarval representing the result.
  *  Else returns tarval_bad. */
-tarval  *computed_value (ir_node *n);
+tarval *computed_value (ir_node *n);
 
 /** Applies all optimizations to n that are expressible as a pattern
  *  in Firm, i.e., they need not a walk of the graph.
@@ -41,4 +41,9 @@ tarval  *computed_value (ir_node *n);
  */
 ir_node *optimize_in_place (ir_node *n);
 
+/**
+ * set the default ir op operations
+ */
+ir_op *firm_set_default_operations(ir_op *op);
+
 # endif /* _IROPT_H_ */