OSDN Git Service

[WebAssembly] Remove catch_all from AsmParser
authorHeejin Ahn <aheejin@gmail.com>
Tue, 25 Jun 2019 23:04:12 +0000 (23:04 +0000)
committerHeejin Ahn <aheejin@gmail.com>
Tue, 25 Jun 2019 23:04:12 +0000 (23:04 +0000)
commit1c5d0ae75b26d0aa7e158bdbfc3358466fbb7188
tree118fa162289868539dfa02f4dcdb695fed900225
parent56f0574dafc670df83ba8685c4e3f0cb1cf760ed
[WebAssembly] Remove catch_all from AsmParser

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.

Reviewers: aardappel

Subscribers: dschuff, sbc100, jgravelle-google, sunfish, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D63737

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364360 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp