X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyopt.h;h=65ae75af0fc0c30a22fa86c93e5d35ed5097e23f;hb=77f1eeaeb90f2d231b0ccc2fcbe071a9b457e6c3;hp=632c6b27aa1b953abc82f05b3abd092d6da91ce4;hpb=165e48ff9dc8753e95565ddf6c58b3f128490406;p=libfirm diff --git a/ir/be/becopyopt.h b/ir/be/becopyopt.h index 632c6b27a..65ae75af0 100644 --- a/ir/be/becopyopt.h +++ b/ir/be/becopyopt.h @@ -38,7 +38,7 @@ * Data representing the problem of copy minimization. */ typedef struct _copy_opt_t { - be_chordal_env_t *chordal_env; + be_chordal_env_t *chordal_env; ir_graph *irg; /**< the irg to process */ char *name; /**< ProgName__IrgName__RegClass */ const arch_env_t *env; /**< Environment (isa + handlers) */