all backends have decreasing stack
[libfirm] / ir / be / beirg.h
index 1b7c1a8..dc5f7cb 100644 (file)
@@ -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) */
 };