diff options
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/stack-insts.ll')
-rw-r--r-- | llvm/test/CodeGen/WebAssembly/stack-insts.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/stack-insts.ll b/llvm/test/CodeGen/WebAssembly/stack-insts.ll index 0876b4a4279..c4ccdddf406 100644 --- a/llvm/test/CodeGen/WebAssembly/stack-insts.ll +++ b/llvm/test/CodeGen/WebAssembly/stack-insts.ll @@ -8,8 +8,7 @@ declare void @foo1() ; Tests if br_table is printed correctly with a tab. ; CHECK-LABEL: test0: -; CHECK-NOT: br_table0, 1, 0, 1, 0 -; CHECK: br_table 0, 1, 0, 1, 0 +; CHECK: br_table {0, 1, 0, 1, 0} define void @test0(i32 %n) { entry: switch i32 %n, label %sw.epilog [ |