X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fldst2.c;h=d73a8f76aa82e8f7620cdde3a4075d3ac6a08c0f;hb=1852308bd33b77378f0fca9e5347d4f9082464c4;hp=0c72988eb1efc96ab6f0d319873b1984d11784a3;hpb=8f530048146e640fdfeb16b8ebe8bc997a1c8abe;p=libfirm diff --git a/ir/opt/ldst2.c b/ir/opt/ldst2.c index 0c72988eb..d73a8f76a 100644 --- a/ir/opt/ldst2.c +++ b/ir/opt/ldst2.c @@ -41,7 +41,7 @@ #include "irdump.h" #include "irflag_t.h" #include "irprintf.h" -#include "irtools.h" +#include "irpass.h" #if +0 #define OPTIMISE_LOAD_AFTER_LOAD @@ -847,7 +847,7 @@ void opt_sync(ir_graph *irg) //irg_walk_graph(irg, NormaliseSync, NULL, NULL); } -ir_graph_pass_t *opt_sync_pass(const char *name, int verify, int dump) +ir_graph_pass_t *opt_sync_pass(const char *name) { - return def_graph_pass(name ? name : "opt_sync", verify, dump, opt_sync); + return def_graph_pass(name ? name : "opt_sync", opt_sync); }