diff options
author | Philip Herron <philip.herron@embecosm.com> | 2021-06-29 21:24:47 +0100 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2021-06-29 21:24:47 +0100 |
commit | 59897751aa797c9c6e7e1d795bbc1afbb9c81e32 (patch) | |
tree | df151d2709a246dd0d5d2aba94327d7227eb0b30 /gcc/rust/backend | |
parent | e0c0ef46d21609326927986f4f8efb0e24638ab9 (diff) | |
download | gcc-59897751aa797c9c6e7e1d795bbc1afbb9c81e32.zip gcc-59897751aa797c9c6e7e1d795bbc1afbb9c81e32.tar.gz gcc-59897751aa797c9c6e7e1d795bbc1afbb9c81e32.tar.bz2 |
Revert change to ScanUnused to not scan Types
The scan dead-code pass will take over this role, but lets keep both
running for a while and then we can update ScanUnused to only scan for
unused labels and variables. Its not possible to rely on name resolution
to know what symbols are used or not used. Further resolution occurs during
type resolution and the dead code pass runs after type resolution.
Diffstat (limited to 'gcc/rust/backend')
0 files changed, 0 insertions, 0 deletions