*** empty log message ***
[libfirm] / ir / tv / tv.h
index 0cd28cd..321739b 100644 (file)
@@ -46,7 +46,6 @@ Discussion of new interface, proposals by Prof. Waite:
 
 # include "irmode.h"
 # include "entity.h"
-# include <stdbool.h>
 # include "irnode.h"    /* for pnc_number enum */
 
 /****h* libfirm/tv
@@ -484,6 +483,11 @@ tarval *tarval_rot(tarval *a, tarval *b);  /* bitwise rotation */
  ******/
 char *tarval_bitpattern(tarval *tv);
 
+/**
+ * returns bitpattern [from, to[
+ */
+char *tarval_sub_bitpattern(tarval *tv, int from, int to);
+
 /* Identifying some tarvals ??? */
 /* This function is deprecated and its use strongly discouraged */
 long tarval_classify(tarval *tv);