add missing dbg hooks for boolean simplifications
[libfirm] / include / libfirm / lowering.h
index d6aadcb..0ddb1c1 100644 (file)
@@ -144,6 +144,12 @@ typedef struct {
  */
 void lower_calls_with_compounds(const lower_params_t *params);
 
+/**
+ *  * Lower CopyB nodes of size smaller that max_size into Loads/Stores
+ */
+void lower_CopyB(ir_graph *irg, unsigned max_size, unsigned native_mode_bytes);
+
+
 /**
  * A callback type for creating an intrinsic entity for a given opcode.
  *