diff options
Diffstat (limited to 'llvm/test/MC/WebAssembly/tail-call-encodings.s')
-rw-r--r-- | llvm/test/MC/WebAssembly/tail-call-encodings.s | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/MC/WebAssembly/tail-call-encodings.s b/llvm/test/MC/WebAssembly/tail-call-encodings.s index a6e921b5434..69839adcfbf 100644 --- a/llvm/test/MC/WebAssembly/tail-call-encodings.s +++ b/llvm/test/MC/WebAssembly/tail-call-encodings.s @@ -16,7 +16,8 @@ foo1: foo2: .functype foo2 () -> () - # CHECK: return_call_indirect 0 # encoding: [0x13,0x00,0x00] - return_call_indirect 0 + # CHECK: return_call_indirect (i32) -> (i32) # encoding: [0x13, + # CHECK-NEXT: fixup A - offset: 1, value: .Ltypeindex0@TYPEINDEX, kind: fixup_uleb128_i32 + return_call_indirect (i32) -> (i32) end_function |