From d5135b7e990c725057a5e821b4833488be04570a Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Tue, 24 Oct 2017 21:44:43 +0000 Subject: [PATCH] Remove obsolete comment. llvm-svn: 316520 --- lld/ELF/InputSection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/ELF/InputSection.h b/lld/ELF/InputSection.h index e36eb40..dbd12c6 100644 --- a/lld/ELF/InputSection.h +++ b/lld/ELF/InputSection.h @@ -212,7 +212,7 @@ private: // SectionPiece represents a piece of splittable section contents. // We allocate a lot of these and binary search on them. This means that they // have to be as compact as possible, which is why we don't store the size (can -// be found by looking at the next one) and put the hash in a side table. +// be found by looking at the next one). struct SectionPiece { SectionPiece(size_t Off, uint32_t Hash, bool Live) : InputOff(Off), Hash(Hash), OutputOff(-1), -- 2.7.4