diff options
author | Dan Gohman <dan433584@gmail.com> | 2017-12-06 20:56:40 +0000 |
---|---|---|
committer | Dan Gohman <dan433584@gmail.com> | 2017-12-06 20:56:40 +0000 |
commit | ad19047d833f0e7179580c0f9f20f88edfdc9045 (patch) | |
tree | 03402a7328d159ef8fefe02c45b521310dc73fb1 /llvm/include/llvm/BinaryFormat/Wasm.h | |
parent | 4432231b136545b8374d5a06eb90c123dbe193b8 (diff) | |
download | bcm5719-llvm-ad19047d833f0e7179580c0f9f20f88edfdc9045.tar.gz bcm5719-llvm-ad19047d833f0e7179580c0f9f20f88edfdc9045.zip |
[WebAssembly] Remove WASM_STACK_POINTER.
WASM_STACK_POINTER and the .stack_pointer directive are no longer needed
now that the stack pointer global is an import.
llvm-svn: 319956
Diffstat (limited to 'llvm/include/llvm/BinaryFormat/Wasm.h')
-rw-r--r-- | llvm/include/llvm/BinaryFormat/Wasm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/BinaryFormat/Wasm.h b/llvm/include/llvm/BinaryFormat/Wasm.h index fe47b8f63d7..c1ea9a4f451 100644 --- a/llvm/include/llvm/BinaryFormat/Wasm.h +++ b/llvm/include/llvm/BinaryFormat/Wasm.h @@ -182,7 +182,6 @@ enum class ValType { // Linking metadata kinds. enum : unsigned { - WASM_STACK_POINTER = 0x1, WASM_SYMBOL_INFO = 0x2, WASM_DATA_SIZE = 0x3, WASM_DATA_ALIGNMENT = 0x4, |