X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbearch.h;h=edbf7cfb2d26c5aa9808e30e496c2fcb2bdbc278;hb=d300330b1e6df8c8914b8fb70cf38ee1c8ca2634;hp=074c56a45382d6702b2cac8f791e31aa7d3f76f3;hpb=0e5f781d021c0b1e20ba08f583d4971419fedb5d;p=libfirm diff --git a/ir/be/bearch.h b/ir/be/bearch.h index 074c56a45..edbf7cfb2 100644 --- a/ir/be/bearch.h +++ b/ir/be/bearch.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -29,6 +29,7 @@ #include "firm_types.h" #include "bitset.h" #include "be.h" +#include "obst.h" typedef struct arch_register_class_t arch_register_class_t; typedef struct arch_register_req_t arch_register_req_t; @@ -143,10 +144,8 @@ typedef enum arch_irn_flags_t { */ extern const char *arch_irn_flag_str(arch_irn_flags_t flag); -#if 0 extern const arch_irn_ops_t *arch_get_irn_ops(const arch_env_t *env, const ir_node *irn); -#endif extern void arch_set_frame_offset(const arch_env_t *env, ir_node *irn, int bias);