mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
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:
parent
21ff17ce1b
commit
4a8d43e9a7
@ -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…
x
Reference in New Issue
Block a user