[PECOFF] Simplify COFFBSSAtom.
authorRui Ueyama <ruiu@google.com>
Fri, 2 Aug 2013 05:04:06 +0000 (05:04 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 2 Aug 2013 05:04:06 +0000 (05:04 +0000)
commit740e402b8b1e8b599617eea601423f0b044501c5
tree0754e802522f50ae348fdf054f22a8a3f7ae444c
parent6fda3b4b86a6b775446861be2b0bbd53597c00a3
[PECOFF] Simplify COFFBSSAtom.

A instance of the class always represents a BSS atom, so we don't need
to look at the symbol or the section to retrieve its attributes.

llvm-svn: 187643
lld/lib/ReaderWriter/PECOFF/Atoms.h
lld/lib/ReaderWriter/PECOFF/ReaderCOFF.cpp