re PR tree-optimization/90883 (Generated code is worse if returned struct is unnamed)
authorJeff Law <law@gcc.gnu.org>
Thu, 27 Jun 2019 02:41:27 +0000 (20:41 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 27 Jun 2019 02:41:27 +0000 (20:41 -0600)
PR tree-optimization/90883
* tree-ssa-dse.c (delete_dead_or_redundant_call): Fix signature.
(delete_dead_or_redundant_assignment): Likewise.

From-SVN: r272725

gcc/ChangeLog

index eacda19..01fb97c 100644 (file)
@@ -1,6 +1,10 @@
 2019-06-26  Jeff Law  <law@redhat.com>
 
        PR tree-optimization/90883
+       * tree-ssa-dse.c (delete_dead_or_redundant_call): Fix signature.
+       (delete_dead_or_redundant_assignment): Likewise.
+
+       PR tree-optimization/90883
        * tree-ssa-alias.c (stmt_kills_ref_p): Handle BUILT_IN_CALLOC.
        * tree-ssa-dse.c: Update various comments to distinguish between
        dead and redundant stores.