X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeirg.h;h=dc5f7cb74b205e7305b62aa797bd6be64a38d63b;hb=bdc59608633f59b0541a04883c24d19b1bc0ffae;hp=a3f9e5f36dfa9ab924abcfe49565a1a4e911cfc0;hpb=b4647d67ab7885d5da32c2a30242fbc4ed93d81b;p=libfirm diff --git a/ir/be/beirg.h b/ir/be/beirg.h index a3f9e5f36..dc5f7cb74 100644 --- a/ir/be/beirg.h +++ b/ir/be/beirg.h @@ -49,7 +49,7 @@ void be_free_birg(ir_graph *irg); /** * This type describes the stack layout. * The stack is divided into 3 parts: - * - arg_type: A struct type describing the stack arguments and it's order. + * - arg_type: A struct type describing the stack arguments and its order. * - between_type: A struct type describing the stack layout between arguments * and frame type. In architectures that put the return address * automatically on the stack, the return address is put here. @@ -65,7 +65,6 @@ struct be_stack_layout_t { ir_entity **param_map; /**< An array mapping type parameters to arg_type entries */ int initial_offset; /**< the initial difference between stack pointer and frame pointer */ int initial_bias; /**< the initial stack bias */ - int stack_dir; /**< -1 for decreasing, 1 for increasing. */ bool sp_relative : 1; /**< entities are addressed relative to stack pointer (omit-fp mode) */ };