1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

[llvm-readobj] Remove redundant semicolon. NFC

llvm-svn: 373735
This commit is contained in:
Simon Atanasyan 2019-10-04 12:08:10 +00:00
parent 58cf765cf6
commit 158935aa29

View File

@ -2231,7 +2231,7 @@ template <class ELFT> void ELFDumper<ELFT>::printArchSpecificInfo() {
if (Parser.hasPlt())
ELFDumperStyle->printMipsPLT(Parser);
break;
};
}
default:
break;
}