tarval_is_minus_one() added
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 31 Oct 2007 17:06:12 +0000 (17:06 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 31 Oct 2007 17:06:12 +0000 (17:06 +0000)
[r16398]

include/libfirm/tv.h

index b031a8e..0d7fe90 100644 (file)
@@ -250,6 +250,13 @@ int tarval_is_null(tarval *a);
  */
 int tarval_is_one(tarval *a);
 
+/**
+ * Returns 1 if tv is the "minus one"
+ *
+ * @param a the tarval
+ */
+int tarval_is_minus_one(tarval *a);
+
 /*
  * returns non-zero if all bits in the tarval are set
  */