[WebAssembly] Fix assembly printing of br_table
authorHeejin Ahn <aheejin@gmail.com>
Tue, 23 Oct 2018 00:28:14 +0000 (00:28 +0000)
committerHeejin Ahn <aheejin@gmail.com>
Tue, 23 Oct 2018 00:28:14 +0000 (00:28 +0000)
commita40303aa0395822ab14a84d557ce0dff86261af6
tree2deb02f53b88d412984d3e1d66b5dabd44532fbd
parent45f143c316ce03290df0ddd0d8a2beb91dee48de
[WebAssembly] Fix assembly printing of br_table

Summary: In `br_table's stack version asm string, \t was missing.

Reviewers: aardappel

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

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

llvm-svn: 344981
llvm/lib/Target/WebAssembly/WebAssemblyInstrControl.td
llvm/test/CodeGen/WebAssembly/stack-insts.ll [new file with mode: 0644]