[WebAssembly] Remove old builtins
authorDan Gohman <dan433584@gmail.com>
Mon, 14 Jan 2019 18:28:10 +0000 (18:28 +0000)
committerDan Gohman <dan433584@gmail.com>
Mon, 14 Jan 2019 18:28:10 +0000 (18:28 +0000)
commit51532a524edc9ab54475c122166fbfd30b7c792d
tree821463e77ad4085f4ef9fbe2c0f8cff476e75e55
parentff0368a35967771e6aacbbb1a822d8dff894caec
[WebAssembly] Remove old builtins

This removes the old grow_memory and mem.grow-style builtins, leaving just
the memory.grow-style builtins.

Differential Revision: https://reviews.llvm.org/D56645

llvm-svn: 351089
clang/include/clang/Basic/BuiltinsWebAssembly.def
clang/lib/CodeGen/CGBuiltin.cpp
clang/test/CodeGen/builtins-wasm.c