From: Rui Ueyama Date: Tue, 24 Oct 2017 21:44:43 +0000 (+0000) Subject: Remove obsolete comment. X-Git-Tag: llvmorg-6.0.0-rc1~4975 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d5135b7e990c725057a5e821b4833488be04570a;p=platform%2Fupstream%2Fllvm.git Remove obsolete comment. llvm-svn: 316520 --- 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),