New localopt: parallelize non-volatile loads
[libfirm] / include / libfirm / irop.h
index 0f3aad0..7a783f6 100644 (file)
@@ -138,7 +138,7 @@ typedef unsigned (*hash_func)(const ir_node *self);
  * This operation evaluates an IR node into a tarval if possible,
  * returning tarval_bad otherwise.
  */
-typedef tarval *(*computed_value_func)(const ir_node *self);
+typedef ir_tarval *(*computed_value_func)(const ir_node *self);
 
 /**
  * The equivalent node operation.