diff options
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/function-bitcasts-varargs.ll')
-rw-r--r-- | llvm/test/CodeGen/WebAssembly/function-bitcasts-varargs.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/function-bitcasts-varargs.ll b/llvm/test/CodeGen/WebAssembly/function-bitcasts-varargs.ll index 633871a599b..515c5703d86 100644 --- a/llvm/test/CodeGen/WebAssembly/function-bitcasts-varargs.ll +++ b/llvm/test/CodeGen/WebAssembly/function-bitcasts-varargs.ll @@ -23,9 +23,9 @@ declare void @specified(i32, i32) ; CHECK: call .Lspecified_bitcast@FUNCTION, $pop{{[0-9]+$}} ; CHECK: .Lunderspecified_bitcast: -; CHECK-NEXT: .param i32, i32{{$}} +; CHECK-NEXT: .functype .Lunderspecified_bitcast (i32, i32) -> (){{$}} ; CHECK: call underspecified@FUNCTION, $pop{{[0-9]+$}} ; CHECK: .Lspecified_bitcast: -; CHECK-NEXT: .param i32{{$}} +; CHECK-NEXT: .functype .Lspecified_bitcast (i32) -> (){{$}} ; CHECK: call specified@FUNCTION, $pop{{[0-9]+}}, $pop{{[0-9]+$}} |