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:
parent
58cf765cf6
commit
158935aa29
@ -2231,7 +2231,7 @@ template <class ELFT> void ELFDumper<ELFT>::printArchSpecificInfo() {
|
||||
if (Parser.hasPlt())
|
||||
ELFDumperStyle->printMipsPLT(Parser);
|
||||
break;
|
||||
};
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user