From: Dan Gohman Date: Wed, 6 Dec 2017 21:16:04 +0000 (+0000) Subject: [WebAssembly] Commit a file I accidentally omitted from r319956. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cead076cfb41821041867b56ad37253a2e1bd013;p=llvm [WebAssembly] Commit a file I accidentally omitted from r319956. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319962 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Object/WasmObjectFile.cpp b/lib/Object/WasmObjectFile.cpp index 70ac598b897..8d4c15abc7f 100644 --- a/lib/Object/WasmObjectFile.cpp +++ b/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;