[WebAssembly] Commit a file I accidentally omitted from r319956.

llvm-svn: 319962
This commit is contained in:
Dan Gohman 2017-12-06 21:16:04 +00:00
parent ebbcb43976
commit 7ae3f46539
1 changed files with 0 additions and 1 deletions

View File

@ -398,7 +398,6 @@ Error WasmObjectFile::parseLinkingSection(const uint8_t *Ptr,
}
break;
}
case wasm::WASM_STACK_POINTER:
default:
Ptr += Size;
break;