1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Remove unnecessary break.

llvm-svn: 236275
This commit is contained in:
Rafael Espindola 2015-04-30 22:41:12 +00:00
parent 43702a31a2
commit 782fe11d94

View File

@ -1268,7 +1268,6 @@ void ELFObjectWriter::writeSection(MCAssembler &Asm,
case ELF::SHT_DYNAMIC:
llvm_unreachable("SHT_DYNAMIC in a relocatable object");
break;
case ELF::SHT_REL:
case ELF::SHT_RELA: {