[WebAssembly] Update wasm builtin functions to match spec changes.
authorDan Gohman <dan433584@gmail.com>
Thu, 5 Nov 2015 20:16:59 +0000 (20:16 +0000)
committerDan Gohman <dan433584@gmail.com>
Thu, 5 Nov 2015 20:16:59 +0000 (20:16 +0000)
commitae31b98bc3240caa2093d6cb4bf195a338a7a626
treebb06932a94603693c61830a180e60c52a3bcd063
parent834952e4f1decbfc28cc0a35c286d2718c72c74d
[WebAssembly] Update wasm builtin functions to match spec changes.

The page_size operator has been removed from the spec, and the resize_memory
operator has been changed to grow_memory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252202 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/IntrinsicsWebAssembly.td
lib/Target/WebAssembly/WebAssemblyInstrMemory.td
test/CodeGen/WebAssembly/memory-addr32.ll
test/CodeGen/WebAssembly/memory-addr64.ll