[WebAssembly] Don't special-case call operand order.
authorDan Gohman <dan433584@gmail.com>
Mon, 23 Nov 2015 22:04:06 +0000 (22:04 +0000)
committerDan Gohman <dan433584@gmail.com>
Mon, 23 Nov 2015 22:04:06 +0000 (22:04 +0000)
commit272978f362d4afbab9dd12e4cb6a7f905bebec64
treeddf419c8af345b7e9d00720b50e7ea5ef2ac3d34
parente77aaecb5630f942e5be0ffe13813e9e7edadd6b
[WebAssembly] Don't special-case call operand order.

With the '=' suffix now indicating which operands are output operands, it's
no longer as important to distinguish between a call's inputs and its outputs
using operand ordering, so we can go back to printing them in the normal order.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253925 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/WebAssembly/WebAssemblyInstrCall.td
test/CodeGen/WebAssembly/call.ll
test/CodeGen/WebAssembly/signext-zeroext.ll
test/CodeGen/WebAssembly/unused-argument.ll