mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-08 19:20:44 +08:00
ree.c (rest_of_handle_ree): Remove redundant timevar push/pop.
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. From-SVN: r239474
This commit is contained in:
parent
e4969090b6
commit
397d8acd71
@ -1,3 +1,10 @@
|
||||
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
|
||||
|
@ -4057,7 +4057,7 @@ const pass_data pass_data_insert_vzeroupper =
|
||||
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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user