projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05e285b
)
[WebAssembly] Remove extra semicolon. NFC.
author
Sam Clegg
<sbc@chromium.org>
Fri, 15 Dec 2017 00:34:32 +0000
(
00:34
+0000)
committer
Sam Clegg
<sbc@chromium.org>
Fri, 15 Dec 2017 00:34:32 +0000
(
00:34
+0000)
llvm-svn: 320777
lld/wasm/OutputSegment.h
patch
|
blob
|
history
diff --git
a/lld/wasm/OutputSegment.h
b/lld/wasm/OutputSegment.h
index 9221277a4db18ff20a40b87a326889dd63d1afa5..1375aefae92ff8d097633b599c8536894e7ef8a4 100644
(file)
--- a/
lld/wasm/OutputSegment.h
+++ b/
lld/wasm/OutputSegment.h
@@
-27,7
+27,6
@@
public:
Alignment = std::max(Alignment, Segment->getAlignment());
InputSegments.push_back(Segment);
Size = llvm::alignTo(Size, Segment->getAlignment());
- ;
Segment->setOutputSegment(this, Size);
Size += Segment->getSize();
}