fehler70: wrong mode for array access generated in front end.
[libfirm] / include / libfirm / tv.h
index f41a42c..8a407c2 100644 (file)
@@ -609,6 +609,11 @@ int tarval_ieee754_get_exponent(tarval *tv);
  */
 unsigned tarval_ieee754_set_immediate_precision(unsigned bits);
 
+/**
+ *  Returns non-zero if the result of the last IEEE-754 operation was exact.
+ */
+unsigned tarval_ieee754_get_exact(void);
+
 /**
  * Enable/Disable floating point constant folding.
  */