tree-ssa-dse (max_stmt_uid): Removed.
[gcc.git] / gcc / function.h
index fcfd3b65f430bebb43427a7408e1ce0c57cfed7b..424cdf7054c754f41187ecb80e71f5d88249d622 100644 (file)
@@ -465,6 +465,9 @@ struct function GTY(())
   /* Used types hash table.  */
   htab_t GTY ((param_is (union tree_node))) used_types_hash;
 
+  /* Last statement uid.  */
+  int last_stmt_uid;
+
   /* Line number of the end of the function.  */
   location_t function_end_locus;