X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbepeephole.h;h=19728434fd01d0ce98efc210209bfd7fad907f18;hb=efdb09dd64658e15cd9fd2599884bfe72bba7fd2;hp=cca76d98d0432f27135dee3fbf09d06a7405d4ed;hpb=bb9f2e36362333c6635b89f5258171b06c786608;p=libfirm diff --git a/ir/be/bepeephole.h b/ir/be/bepeephole.h index cca76d98d..19728434f 100644 --- a/ir/be/bepeephole.h +++ b/ir/be/bepeephole.h @@ -23,12 +23,11 @@ * @author Matthias Braun * @version $Id$ */ - #ifndef BEPEEPHOLE_H #define BEPEEPHOLE_H #include "beirg.h" -#include "bearch_t.h" +#include "bearch.h" extern ir_node ***register_values; @@ -80,6 +79,6 @@ ir_node *be_peephole_IncSP_IncSP(ir_node *node); * backend specific optimisations should be performed based on the * register-liveness information. */ -void be_peephole_opt(be_irg_t *birg); +void be_peephole_opt(ir_graph *irg); #endif