This is an archive of the discontinued LLVM Phabricator instance.

DomTree: Remove the releaseMemory() method
ClosedPublic

Authored by nhaehnle on Jul 2 2020, 2:07 PM.

Details

Summary

It is fully redundant with reset().

Change-Id: I25850b9f08eace757cf03cbb8780e970aca7f51a

Diff Detail

Event Timeline

nhaehnle created this revision.Jul 2 2020, 2:07 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 2 2020, 2:07 PM
arsenm accepted this revision.Jul 2 2020, 6:39 PM
This revision is now accepted and ready to land.Jul 2 2020, 6:39 PM
dblaikie added a subscriber: dblaikie.

@arsenm - if you can, please include some text whenever approving a patch via phabricator, otherwise no email indicating approval is sent to the mailing lists (which makes auditing reviews difficult)

This revision was automatically updated to reflect the committed changes.