WebAssembly: fix call/return syntax.
authorJF Bastien <jfb@google.com>
Tue, 20 Oct 2015 01:26:54 +0000 (01:26 +0000)
committerJF Bastien <jfb@google.com>
Tue, 20 Oct 2015 01:26:54 +0000 (01:26 +0000)
commit175c683f63a4f1c3c06205996a4ce395349cd313
tree37ba7adac7db43bee033f3da80e1ab43f61df354
parent3698b0ef5542a055f2504733eecb3d3f3e1a61a4
WebAssembly: fix call/return syntax.

They are now typeless, unlike other operations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250793 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
test/CodeGen/WebAssembly/func.ll
test/CodeGen/WebAssembly/return-int32.ll [new file with mode: 0644]