X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbechordal_t.h;h=62d8ff60d5ec18383a693f72a5c204a21a806723;hb=ab85c635582eadf20abe4fca71c1a0ed214b60c6;hp=e7cc1df457059aa00ab537e77ee615e54cef7a88;hpb=929bd10ba046d7482e572d97ec592a4055c65970;p=libfirm diff --git a/ir/be/bechordal_t.h b/ir/be/bechordal_t.h index e7cc1df45..62d8ff60d 100644 --- a/ir/be/bechordal_t.h +++ b/ir/be/bechordal_t.h @@ -57,7 +57,7 @@ struct border_t { * Environment for each of the chordal register allocator phases */ struct be_chordal_env_t { - struct obstack *obst; /**< An obstack for temporary storage. */ + struct obstack obst; /**< An obstack for temporary storage. */ be_ra_chordal_opts_t *opts; /**< A pointer to the chordal ra options. */ ir_graph *irg; /**< The graph under examination. */ const arch_register_class_t *cls; /**< The current register class. */