]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ddg.h
c++: Handle multiple aggregate overloads [PR95319].
[thirdparty/gcc.git] / gcc / ddg.h
index aff3561fa29ff45663080c99e2574ecaba3c109e..c5fb256cc11a1740bf3d8c29f48c15e0d757f3df 100644 (file)
--- a/gcc/ddg.h
+++ b/gcc/ddg.h
@@ -1,5 +1,5 @@
 /* DDG - Data Dependence Graph - interface.
-   Copyright (C) 2004-2019 Free Software Foundation, Inc.
+   Copyright (C) 2004-2020 Free Software Foundation, Inc.
    Contributed by Ayal Zaks and Mustafa Hagog <zaks,mustafa@il.ibm.com>
 
 This file is part of GCC.
@@ -116,9 +116,6 @@ struct ddg
   int num_loads;
   int num_stores;
 
-  /* Number of debug instructions in the BB.  */
-  int num_debug;
-
   /* This array holds the nodes in the graph; it is indexed by the node
      cuid, which follows the order of the instructions in the BB.  */
   ddg_node_ptr nodes;