+2016-08-15 Richard Biener <rguenther@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.
+
2016-08-15 Richard Biener <rguenther@suse.de>
PR tree-optimization/73434
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 */
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 */