This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Rename methods in WasmEHFuncInfo (NFC)
ClosedPublic

Authored by aheejin on Feb 21 2021, 6:35 PM.

Details

Summary

This renames variable and method names in WasmEHFuncInfo class to be
simpler and clearer. For example, unwind destinations are EH pads by
definition so it doesn't necessarily need to be included in every method
name. Also I am planning to add the reverse mapping in a later CL,
something like UnwindDestToSrc, so this renaming will make meanings
clearer.

Diff Detail

Event Timeline

aheejin created this revision.Feb 21 2021, 6:35 PM
aheejin requested review of this revision.Feb 21 2021, 6:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 21 2021, 6:35 PM
dschuff accepted this revision.Feb 22 2021, 10:01 AM
This revision is now accepted and ready to land.Feb 22 2021, 10:01 AM
This revision was landed with ongoing or failed builds.Feb 22 2021, 12:16 PM
This revision was automatically updated to reflect the committed changes.