make firm compile again
authorMatthias Braun <matze@braunis.de>
Mon, 8 Feb 2010 23:30:09 +0000 (23:30 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 8 Feb 2010 23:30:09 +0000 (23:30 +0000)
[r27091]

include/libfirm/iroptimize.h

index f374a3f..9862c52 100644 (file)
@@ -921,4 +921,7 @@ void garbage_collect_entities(void);
 /** Pass for garbage_collect_entities */
 ir_prog_pass_t *garbage_collect_entities_pass(const char *name);
 
+/** TODO: add documentation! */
+void do_loop_unrolling(ir_graph *irg);
+
 #endif