forked from OSchip/llvm-project
Remove extraneous curlies. No functionality change.
llvm-svn: 141439
This commit is contained in:
parent
6e5778f7b1
commit
c6ac5f7388
|
@ -1001,11 +1001,10 @@ void ELFObjectWriter::WriteSection(MCAssembler &Asm,
|
|||
// Nothing to do.
|
||||
break;
|
||||
|
||||
case ELF::SHT_GROUP: {
|
||||
case ELF::SHT_GROUP:
|
||||
sh_link = SymbolTableIndex;
|
||||
sh_info = GroupSymbolIndex;
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
assert(0 && "FIXME: sh_type value not supported!");
|
||||
|
|
Loading…
Reference in New Issue