Remove `Compressed` member from InputSectionData.
authorRui Ueyama <ruiu@google.com>
Tue, 20 Dec 2016 05:47:55 +0000 (05:47 +0000)
committerRui Ueyama <ruiu@google.com>
Tue, 20 Dec 2016 05:47:55 +0000 (05:47 +0000)
commitc207a89c91e24928c505c7bd8bc5508f69976d68
tree38c0e732fbf8a6dccc7c9bf60497bc340a38a075
parent97c96cb4ed196fa47f7a6813efcb890388874c25
Remove `Compressed` member from InputSectionData.

This value is used only once, and we can compute a value.
So we don't need to save it.

llvm-svn: 290164
lld/ELF/Driver.cpp
lld/ELF/InputSection.cpp
lld/ELF/InputSection.h