allow character mode constants
[libfirm] / ir / be / benode_t.h
index 79bd1c7..274b7eb 100644 (file)
@@ -21,7 +21,7 @@
 #include "entity_t.h"
 
 #include "be_t.h"
-#include "bearch.h"
+#include "bearch_t.h"
 
 #define BE_OUT_POS(p) (-((p) + 1))
 
@@ -478,6 +478,12 @@ void be_phi_handler_reset(arch_irn_handler_t *handler);
 void be_set_phi_reg_req(const arch_env_t *arch_env, ir_node *phi,
                         const arch_register_req_t *req);
 
+/*
+ * Set flags for a phi node
+ */
+void be_set_phi_flags(const arch_env_t *arch_env, ir_node *phi,
+                      arch_irn_flags_t flags);
+
 /**
  * irn handler for common be nodes.
  */