Fixed extra ‘;’ warning

llvm-svn: 324830
This commit is contained in:
Galina Kistanova 2018-02-11 02:32:21 +00:00
parent d229bfd20d
commit c6cd1f0139
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ static void Print(const Twine &Prefix, InputSection *S) {
return;
std::string File = S->File ? S->File->getName() : "<internal>";
message(Prefix + " section '" + S->Name + "' from file '" + File + "'");
};
}
// The main function of ICF.
template <class ELFT> void ICF<ELFT>::run() {