re PR c/91526 (Unnecessary SSE and other instructions generated when compiling in...
authorRichard Biener <rguenther@suse.de>
Mon, 26 Aug 2019 09:29:07 +0000 (09:29 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 26 Aug 2019 09:29:07 +0000 (09:29 +0000)
commitbf05a3bbb58b355899ccabe861a06e85b7abe6e4
treed27ee2541e74e6193894d4818d2a4c19b898e43c
parent20e7012b755427d1db00ba6f236583ff3c24e710
re PR c/91526 (Unnecessary SSE and other instructions generated when compiling in C mode (vs. C++ mode))

2019-08-26  Richard Biener  <rguenther@suse.de>

PR tree-optimization/91526
* passes.def: Note that after late FRE we do TODO_update_address_taken.
* tree-ssa-sccvn.c (pass_fre::execute): In late mode schedule
TODO_update_address_taken.

From-SVN: r274922
gcc/ChangeLog
gcc/passes.def
gcc/tree-ssa-sccvn.c