This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] MC: Remove SetUsed argument when calling MCSymbol::isDefined et al
ClosedPublic

Authored by sbc100 on Jan 11 2018, 3:24 PM.

Details

Summary

This argument (the isUsed flag) seems to only be relevant
when parsing. Other calls sites such as these don't seem
to ever use it.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Jan 11 2018, 3:24 PM
sbc100 updated this revision to Diff 129545.Jan 11 2018, 3:44 PM

Add one more case

sbc100 updated this revision to Diff 129546.Jan 11 2018, 3:50 PM
  • revert part
This revision was not accepted when it landed; it landed in state Needs Review.Jan 11 2018, 4:00 PM
This revision was automatically updated to reflect the committed changes.