summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/wasm/InputChunks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/wasm/InputChunks.cpp b/lld/wasm/InputChunks.cpp
index e87c97b47e9..90c913a6e99 100644
--- a/lld/wasm/InputChunks.cpp
+++ b/lld/wasm/InputChunks.cpp
@@ -130,4 +130,4 @@ void InputFunction::setOutputIndex(uint32_t Index) {
DEBUG(dbgs() << "InputFunction::setOutputIndex: " << Index << "\n");
assert(!hasOutputIndex());
OutputIndex = Index;
-};
+}
OpenPOWER on IntegriCloud