[llvm] r332611 - [llvm-exegesis] Remove redudant explicit template instantiations.

Clement Courbet via llvm-commits llvm-commits at lists.llvm.org
Thu May 17 07:37:31 PDT 2018


Author: courbet
Date: Thu May 17 07:37:31 2018
New Revision: 332611

URL: http://llvm.org/viewvc/llvm-project?rev=332611&view=rev
Log:
[llvm-exegesis] Remove redudant explicit template instantiations.

Modified:
    llvm/trunk/tools/llvm-exegesis/lib/Analysis.cpp

Modified: llvm/trunk/tools/llvm-exegesis/lib/Analysis.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-exegesis/lib/Analysis.cpp?rev=332611&r1=332610&r2=332611&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-exegesis/lib/Analysis.cpp (original)
+++ llvm/trunk/tools/llvm-exegesis/lib/Analysis.cpp Thu May 17 07:37:31 2018
@@ -170,9 +170,4 @@ llvm::Error Analysis::run<Analysis::Prin
   return llvm::Error::success();
 }
 
-template llvm::Error
-Analysis::run<Analysis::PrintClusters>(llvm::raw_ostream &OS) const;
-template llvm::Error Analysis::run<Analysis::PrintSchedClassInconsistencies>(
-    llvm::raw_ostream &OS) const;
-
 } // namespace exegesis




More information about the llvm-commits mailing list