Whitespace

llvm-svn: 193194
This commit is contained in:
David Blaikie 2013-10-22 20:34:30 +00:00
parent 5ebc54d9ea
commit 1e412eaa72
1 changed files with 2 additions and 2 deletions

View File

@ -1005,8 +1005,8 @@ void ELFObjectWriter::CreateRelocationSections(MCAssembler &Asm,
unsigned Flags = 0;
StringRef Group = "";
if (Section.getFlags() & ELF::SHF_GROUP) {
Flags = ELF::SHF_GROUP;
Group = Section.getGroup()->getName();
Flags = ELF::SHF_GROUP;
Group = Section.getGroup()->getName();
}
const MCSectionELF *RelaSection =