we save entities not idents in ia32 symconsts now
[libfirm] / ir / be / bera.h
index 71ee792..5a6f53e 100644 (file)
@@ -3,7 +3,6 @@
  * @author Sebastian Hack
  * @date 13.1.2005
  */
-
 #ifndef _BERA_H
 #define _BERA_H
 
@@ -65,4 +64,9 @@ int values_interfere(const be_lv_t *lv, const ir_node *a, const ir_node *b);
  */
 int value_dominates(const ir_node *a, const ir_node *b);
 
+/**
+ * Like value_dominates(), but the nodes have to be in the same block
+ */
+int value_dominates_intrablock(const ir_node *a, const ir_node *b);
+
 #endif /* _BERA_H */