.text .file "/s/llvm/llvm/test/CodeGen/WebAssembly/unused-argument.ll" .globl unused_first .type unused_first,@function unused_first: .param i32, i32 .result i32 return $1 .endfunc .Lfunc_end0: .size unused_first, .Lfunc_end0-unused_first .globl unused_second .type unused_second,@function unused_second: .param i32, i32 .result i32 return $0 .endfunc .Lfunc_end1: .size unused_second, .Lfunc_end1-unused_second .globl call_something .type call_something,@function call_something: i32.call $discard=, return_something@FUNCTION return .endfunc .Lfunc_end2: .size call_something, .Lfunc_end2-call_something