Fix a wrong comment.
authorRui Ueyama <ruiu@google.com>
Wed, 4 Jun 2014 09:09:06 +0000 (09:09 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 4 Jun 2014 09:09:06 +0000 (09:09 +0000)
commit5fa471e2525ee435d545219225d11e11244210f5
tree80283adc185af7eea5609ff252d6ae49f0f2f913
parente5d36a910e5142f4b88c02cf2895a946b29530b1
Fix a wrong comment.

Previously FileArchive ctor comment said that only its subclasses
can be instantiated, but the ctor is actually public and is
instantiated by ArchiveReader.

Remove the wrong comment and reorder the member functions so that
public members appear before private ones.

llvm-svn: 210175
lld/lib/ReaderWriter/FileArchive.cpp