[llvm-dwarfdump] - Add comment for maybeDecompress(). NFC.

Addresses post commit review comment.

llvm-svn: 302249
This commit is contained in:
George Rimar 2017-05-05 16:13:10 +00:00
parent 34cd5e4307
commit e96287f40e
1 changed files with 2 additions and 0 deletions

View File

@ -310,6 +310,8 @@ class DWARFContextInMemory : public DWARFContext {
StringRef *MapSectionToMember(StringRef Name);
/// If Sec is compressed section, decompresses and updates its contents
/// provided by Data. Otherwise leaves it unchanged.
Error maybeDecompress(const object::SectionRef &Sec, StringRef Name,
StringRef &Data);