This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Remove catch_all from AsmParser
ClosedPublic

Authored by aheejin on Jun 24 2019, 1:14 PM.

Details

Summary

catch_all is from the first version of EH proposal and now has been
removed. There were no tests covering this, and thus no tests to remove
or fix.

Diff Detail

Repository
rL LLVM

Event Timeline

aheejin created this revision.Jun 24 2019, 1:14 PM
aardappel accepted this revision.Jun 24 2019, 4:07 PM
This revision is now accepted and ready to land.Jun 24 2019, 4:07 PM
This revision was automatically updated to reflect the committed changes.