]> gcc.gnu.org Git - gcc.git/commitdiff
Remove inv_list.
authorJulia Koval <julia.koval@intel.com>
Thu, 30 Nov 2017 12:17:16 +0000 (13:17 +0100)
committerJulia Koval <jkoval@gcc.gnu.org>
Thu, 30 Nov 2017 12:17:16 +0000 (13:17 +0100)
gcc/c-family/
* c-common.h (inv_list): Remove.

From-SVN: r255270

gcc/c-family/ChangeLog
gcc/c-family/c-common.h

index abbcb90bc9b569dcd05651cdd17c3d99546de15e..e26b31f61797c7678b83164af13ee09e660e00ef 100644 (file)
@@ -1,3 +1,7 @@
+2017-11-30  Julia Koval  <julia.koval@intel.com>
+
+       * c-common.h (inv_list): Remove.
+
 2017-11-28  Jakub Jelinek  <jakub@redhat.com>
 
        PR sanitizer/81275
index 7561531f98fd6fd1e0b2489007207ab0249f14b3..27b1de91b1c41184fa96a8c5d4906f3445cc5421 100644 (file)
@@ -1358,17 +1358,6 @@ enum stv_conv {
 extern enum stv_conv scalar_to_vector (location_t loc, enum tree_code code,
                                       tree op0, tree op1, bool);
 
-/* This structure holds all the scalar values and its appropriate variable 
-   replacment.  It is mainly used by the function that pulls all the invariant
-   parts that should be executed only once, which comes with array notation 
-   expressions.  */
-struct inv_list
-{
-  vec<tree, va_gc> *list_values;
-  vec<tree, va_gc> *replacement;
-  vec<enum tree_code, va_gc> *additional_tcodes; 
-};
-
 extern tree find_inv_trees (tree *, int *, void *);
 extern tree replace_inv_trees (tree *, int *, void *);
 
This page took 0.079042 seconds and 5 git commands to generate.