X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeirg.h;h=dc5f7cb74b205e7305b62aa797bd6be64a38d63b;hb=bdc59608633f59b0541a04883c24d19b1bc0ffae;hp=1b7c1a825f11cd76e2238c0757706b6875313667;hpb=15ad7ccd8dff64e1808e1d093d4a8d7cda5af33e;p=libfirm diff --git a/ir/be/beirg.h b/ir/be/beirg.h index 1b7c1a825..dc5f7cb74 100644 --- a/ir/be/beirg.h +++ b/ir/be/beirg.h @@ -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) */ };