Commit d99397c2 by Bernd Edlinger Committed by Bernd Edlinger

function.c (assign_param_data_one): Remove unused data members.

2019-08-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        * function.c (assign_param_data_one): Remove unused data members.

From-SVN: r274023
parent 89eed801
2019-08-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
* function.c (assign_param_data_one): Remove unused data members.
2019-08-02 Steve Ellcey <sellcey@marvell.com> 2019-08-02 Steve Ellcey <sellcey@marvell.com>
* omp-simd-clone.c (simd_clone_adjust_return_type): Remove call to * omp-simd-clone.c (simd_clone_adjust_return_type): Remove call to
......
...@@ -2274,8 +2274,6 @@ struct assign_parm_data_one ...@@ -2274,8 +2274,6 @@ struct assign_parm_data_one
int partial; int partial;
BOOL_BITFIELD named_arg : 1; BOOL_BITFIELD named_arg : 1;
BOOL_BITFIELD passed_pointer : 1; BOOL_BITFIELD passed_pointer : 1;
BOOL_BITFIELD on_stack : 1;
BOOL_BITFIELD loaded_in_reg : 1;
}; };
/* A subroutine of assign_parms. Initialize ALL. */ /* A subroutine of assign_parms. Initialize ALL. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment