sparc: pattern to match xnor
[libfirm] / include / libfirm / iropt.h
index 11c1063..24dec12 100644 (file)
@@ -83,7 +83,7 @@ typedef enum _fp_model_t {
 /** If the expression referenced can be evaluated statically
  *  computed_value returns a tarval representing the result.
  *  Else returns tarval_bad. */
-FIRM_DLL tarval *computed_value(const ir_node *n);
+FIRM_API tarval *computed_value(const 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.
@@ -93,7 +93,7 @@ FIRM_DLL tarval *computed_value(const ir_node *n);
  *  An equivalent optimization is applied in the constructors defined in
  *  ircons.ch.  There n is freed if a better node could be found.
  */
-FIRM_DLL ir_node *optimize_in_place(ir_node *n);
+FIRM_API ir_node *optimize_in_place(ir_node *n);
 
 #include "end.h"