X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fia32%2Fia32_common_transform.c;h=ddcb1af49967b8673324dd0b9958bb0fa837aebd;hb=9c99a89c18c31f2694cbb00875414a83619ab661;hp=d48535e99ae16d0147d8f192c2283086af5adf1a;hpb=74c827f2cf4f1ea7395a7a0117d0fa2aa21e628b;p=libfirm diff --git a/ir/be/ia32/ia32_common_transform.c b/ir/be/ia32/ia32_common_transform.c index d48535e99..ddcb1af49 100644 --- a/ir/be/ia32/ia32_common_transform.c +++ b/ir/be/ia32/ia32_common_transform.c @@ -31,6 +31,7 @@ #include "irprintf.h" #include "typerep.h" #include "bitset.h" +#include "heights.h" #include "../betranshlp.h" #include "../beirg.h" @@ -46,7 +47,7 @@ /** hold the current code generator during transformation */ ia32_code_gen_t *env_cg = NULL; -heights_t *heights = NULL; +ir_heights_t *heights = NULL; static int check_immediate_constraint(long val, char immediate_constraint_type) {