1 ; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -disable-block-placement -verify-machineinstrs | FileCheck %s
3 target triple = "wasm32-unknown-unknown"
8 ; Tests if br_table is printed correctly with a tab.
10 ; CHECK: br_table {0, 1, 0, 1, 2}
11 define void @test0(i32 %n) {
13 switch i32 %n, label %sw.epilog [
20 sw.bb: ; preds = %entry, %entry
21 tail call void @foo0()
24 sw.bb.1: ; preds = %entry, %entry
25 tail call void @foo1()
28 sw.epilog: ; preds = %entry, %sw.bb, %sw.bb.1