Remove extraneous curlies. No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141439 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nick Lewycky 2011-10-07 23:28:32 +00:00
parent 21ff17ce1b
commit 4a8d43e9a7

View File

@ -1001,11 +1001,10 @@ void ELFObjectWriter::WriteSection(MCAssembler &Asm,
// Nothing to do. // Nothing to do.
break; break;
case ELF::SHT_GROUP: { case ELF::SHT_GROUP:
sh_link = SymbolTableIndex; sh_link = SymbolTableIndex;
sh_info = GroupSymbolIndex; sh_info = GroupSymbolIndex;
break; break;
}
default: default:
assert(0 && "FIXME: sh_type value not supported!"); assert(0 && "FIXME: sh_type value not supported!");