doxygen comment updated
[libfirm] / ir / ana / irextbb.h
index b7fd5f3..472fe03 100644 (file)
@@ -21,6 +21,7 @@
 #define _IREXTBB_H_
 
 #include "firm_types.h"
+#include "execfreq.h"
 
 #ifndef _IR_EXTBB_TYPEDEF_
 #define _IR_EXTBB_TYPEDEF_
@@ -57,6 +58,11 @@ int is_ir_extbb(const void *thing);
  */
 void compute_extbb(ir_graph *irg);
 
+/**
+ * Compute the extended basic blocks for a graph based on execution frequencies.
+ */
+void compute_extbb_execfreqs(ir_graph *irg, ir_exec_freq *execfreqs);
+
 /**
  * free all extended block info.
  */