Commit 6e089cc3 by Jakub Jelinek Committed by Jakub Jelinek

ipa-param-manipulation.h (struct ipa_parm_adjustment): Remove nonlocal_value member.

	* ipa-param-manipulation.h (struct ipa_parm_adjustment): Remove
	nonlocal_value member.

From-SVN: r269637
parent 33813f1d
2019-03-13 Jakub Jelinek <jakub@redhat.com> 2019-03-13 Jakub Jelinek <jakub@redhat.com>
* ipa-param-manipulation.h (struct ipa_parm_adjustment): Remove
nonlocal_value member.
PR middle-end/88588 PR middle-end/88588
* omp-simd-clone.c (ipa_simd_modify_stmt_ops): Handle PHI args. * omp-simd-clone.c (ipa_simd_modify_stmt_ops): Handle PHI args.
(ipa_simd_modify_function_body): Handle PHIs. (ipa_simd_modify_function_body): Handle PHIs.
......
...@@ -75,10 +75,6 @@ struct ipa_parm_adjustment ...@@ -75,10 +75,6 @@ struct ipa_parm_adjustment
non-default-def ssa names when a parm decl is going away. */ non-default-def ssa names when a parm decl is going away. */
tree new_ssa_base; tree new_ssa_base;
/* If non-NULL and the original parameter is to be removed (copy_param below
is NULL), this is going to be its nonlocalized vars value. */
tree nonlocal_value;
/* This holds the prefix to be used for the new DECL_NAME. */ /* This holds the prefix to be used for the new DECL_NAME. */
const char *arg_prefix; const char *arg_prefix;
......
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