X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeabi_t.h;h=c17f095303d013a07b278d8c29d75bd643cd2850;hb=97927c8e372f337e8342b698072facf4ffa453ad;hp=03a88e6859c47225cbd03489af2e7eaed3a2ce55;hpb=ab8af87bb40750c4a5271a43728a4af5503b6668;p=libfirm diff --git a/ir/be/beabi_t.h b/ir/be/beabi_t.h index 03a88e685..c17f09530 100644 --- a/ir/be/beabi_t.h +++ b/ir/be/beabi_t.h @@ -1,6 +1,6 @@ /** - * Type declarations for the BAI module. + * Type declarations for the ABI module. */ #ifndef _BEABI_T_h @@ -11,5 +11,6 @@ typedef union _be_abi_call_flags_t be_abi_call_flags_t; typedef struct _be_abi_callbacks_t be_abi_callbacks_t; typedef struct _be_abi_call_t be_abi_call_t; typedef struct _be_abi_irg_t be_abi_irg_t; +typedef struct _be_stack_layout_t be_stack_layout_t; #endif