]> granicus.if.org Git - clang/commit
[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)
commit5a6ef118f66512bd7b137f5a9cf7409627477642
tree4d6aa9ba2ea86a735285893cf0eae7802fe859a5
parentc6a5263b387d46d6fe58dade2d3325de951b094a
[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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@351089 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/BuiltinsWebAssembly.def
lib/CodeGen/CGBuiltin.cpp
test/CodeGen/builtins-wasm.c