aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/WasmObjectFile.cpp
diff options
context:
space:
mode:
authorDan Gohman <dan433584@gmail.com>2017-12-06 21:16:04 +0000
committerDan Gohman <dan433584@gmail.com>2017-12-06 21:16:04 +0000
commit7ae3f46539083363fa324e45a9d3284eaa7ec3df (patch)
tree66b42e0f8731d6e1867586816b7926c1280b109b /llvm/lib/Object/WasmObjectFile.cpp
parentebbcb439763e3a450dafe90bb6323018dcc7cf54 (diff)
downloadllvm-7ae3f46539083363fa324e45a9d3284eaa7ec3df.zip
llvm-7ae3f46539083363fa324e45a9d3284eaa7ec3df.tar.gz
llvm-7ae3f46539083363fa324e45a9d3284eaa7ec3df.tar.bz2
[WebAssembly] Commit a file I accidentally omitted from r319956.
llvm-svn: 319962
Diffstat (limited to 'llvm/lib/Object/WasmObjectFile.cpp')
-rw-r--r--llvm/lib/Object/WasmObjectFile.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Object/WasmObjectFile.cpp b/llvm/lib/Object/WasmObjectFile.cpp
index 70ac598b..8d4c15a 100644
--- a/llvm/lib/Object/WasmObjectFile.cpp
+++ b/llvm/lib/Object/WasmObjectFile.cpp
@@ -398,7 +398,6 @@ Error WasmObjectFile::parseLinkingSection(const uint8_t *Ptr,
}
break;
}
- case wasm::WASM_STACK_POINTER:
default:
Ptr += Size;
break;