I had those in my tree.  Committed as obvious.

Richard.

2016-08-15  Richard Biener  <rguent...@suse.de>

        * ree.c (rest_of_handle_ree): Remove redundant timevar push/pop.
        * config/i386/i386.c (pass_data_insert_vzeroupper): Account to
        TV_MACH_DEP.
        (pass_data_stv): Likewise.

Index: gcc/ree.c
===================================================================
--- gcc/ree.c   (revision 239460)
+++ gcc/ree.c   (working copy)
@@ -1247,9 +1247,7 @@ find_and_remove_re (void)
 static unsigned int
 rest_of_handle_ree (void)
 {
-  timevar_push (TV_REE);
   find_and_remove_re ();
-  timevar_pop (TV_REE);
   return 0;
 }
 
Index: gcc/config/i386/i386.c
===================================================================
--- gcc/config/i386/i386.c      (revision 239460)
+++ gcc/config/i386/i386.c      (working copy)
@@ -4057,7 +4057,7 @@ const pass_data pass_data_insert_vzeroup
   RTL_PASS, /* type */
   "vzeroupper", /* name */
   OPTGROUP_NONE, /* optinfo_flags */
-  TV_NONE, /* tv_id */
+  TV_MACH_DEP, /* tv_id */
   0, /* properties_required */
   0, /* properties_provided */
   0, /* properties_destroyed */
@@ -4092,7 +4092,7 @@ const pass_data pass_data_stv =
   RTL_PASS, /* type */
   "stv", /* name */
   OPTGROUP_NONE, /* optinfo_flags */
-  TV_NONE, /* tv_id */
+  TV_MACH_DEP, /* tv_id */
   0, /* properties_required */
   0, /* properties_provided */
   0, /* properties_destroyed */

Reply via email to