diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-03-07 17:49:46 +0100 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-06-30 23:29:28 +0200 |
| commit | 4723d27700f35d172053c725488a84ffdac9891f (patch) | |
| tree | e55e2bc18711fa86fb07b911c9b72f44c2137031 /Documentation | |
| parent | 587340e4f516759bc66786522ffcd9396a1d83f8 (diff) | |
| download | sparse-dev-4723d27700f35d172053c725488a84ffdac9891f.tar.gz | |
kds: kill dead stores after memops simplification
Currently, dead stores are removed after the initial
promotion of symbols to pseudos (simplify_one_symbol()).
But more complex promotions are done later during memops
simplification (simplify_loads()) and dead stores should be
removed there too but aren't.
Fix this by calling kill_dead_stores() after memops
simplification.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions
