commit | 91ab25bbe3802c6c67060e3fc5065cb8b7147f0f | [log] [tgz] |
---|---|---|
author | Dan Gohman <dan433584@gmail.com> | Thu May 31 22:35:25 2018 +0000 |
committer | Dan Gohman <dan433584@gmail.com> | Thu May 31 22:35:25 2018 +0000 |
tree | 4b1bedc3c07e40bbfc51537179a4e97fdcfcb416 | |
parent | affe450db7bf3a14b35a637d1d4e56452a5e4282 [diff] |
[WebAssembly] Update to the new names for the memory intrinsics. The WebAssembly committee has decided on the names `memory.size` and `memory.grow` for the memory intrinsics, so update the LLVM intrinsics to follow those names, keeping both sets of old names in place for compatibility. llvm-svn: 333708