summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2016-05-24 04:12:52 +0000
committerRui Ueyama <ruiu@google.com>2016-05-24 04:12:52 +0000
commit151ff307834d8073fce81c6a3e8a067430f4e2b2 (patch)
tree9c613bb1b71f0e38229021dc51f9e62b09f10723
parent022d8e8a86934d19d0173517c828c505e6114db5 (diff)
downloadbcm5719-llvm-151ff307834d8073fce81c6a3e8a067430f4e2b2.tar.gz
bcm5719-llvm-151ff307834d8073fce81c6a3e8a067430f4e2b2.zip
Simplify. NFC.
llvm-svn: 270531
-rw-r--r--lld/ELF/InputFiles.cpp12
1 files changed, 4 insertions, 8 deletions
diff --git a/lld/ELF/InputFiles.cpp b/lld/ELF/InputFiles.cpp
index 839e5be372c..7b5bbd1685e 100644
--- a/lld/ELF/InputFiles.cpp
+++ b/lld/ELF/InputFiles.cpp
@@ -755,14 +755,10 @@ template void ArchiveFile::parse<ELF32BE>();
template void ArchiveFile::parse<ELF64LE>();
template void ArchiveFile::parse<ELF64BE>();
-template void
-BitcodeFile::parse<ELF32LE>(llvm::DenseSet<StringRef> &ComdatGroups);
-template void
-BitcodeFile::parse<ELF32BE>(llvm::DenseSet<StringRef> &ComdatGroups);
-template void
-BitcodeFile::parse<ELF64LE>(llvm::DenseSet<StringRef> &ComdatGroups);
-template void
-BitcodeFile::parse<ELF64BE>(llvm::DenseSet<StringRef> &ComdatGroups);
+template void BitcodeFile::parse<ELF32LE>(llvm::DenseSet<StringRef> &);
+template void BitcodeFile::parse<ELF32BE>(llvm::DenseSet<StringRef> &);
+template void BitcodeFile::parse<ELF64LE>(llvm::DenseSet<StringRef> &);
+template void BitcodeFile::parse<ELF64BE>(llvm::DenseSet<StringRef> &);
template void LazyObjectFile::parse<ELF32LE>();
template void LazyObjectFile::parse<ELF32BE>();
OpenPOWER on IntegriCloud