ipa-param-manipulation.h (struct ipa_parm_adjustment): Remove nonlocal_value member.
authorJakub Jelinek <jakub@redhat.com>
Wed, 13 Mar 2019 08:48:56 +0000 (09:48 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 13 Mar 2019 08:48:56 +0000 (09:48 +0100)
* ipa-param-manipulation.h (struct ipa_parm_adjustment): Remove
nonlocal_value member.

From-SVN: r269637

gcc/ChangeLog
gcc/ipa-param-manipulation.h

index 74ed2670675edf2497670edc221f126526d43f39..310f8f8081f6e1fbd1362fbb202dae9264bf5607 100644 (file)
@@ -1,5 +1,8 @@
 2019-03-13  Jakub Jelinek  <jakub@redhat.com>
 
+       * ipa-param-manipulation.h (struct ipa_parm_adjustment): Remove
+       nonlocal_value member.
+
        PR middle-end/88588
        * omp-simd-clone.c (ipa_simd_modify_stmt_ops): Handle PHI args.
        (ipa_simd_modify_function_body): Handle PHIs.
index e2b543accf149daad3c6d37dc93a3e54bed54a71..71fc4a201aad759c79ad7210b0c64cb6ed1817b8 100644 (file)
@@ -75,10 +75,6 @@ struct ipa_parm_adjustment
      non-default-def ssa names when a parm decl is going away.  */
   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.  */
   const char *arg_prefix;