diff options
| author | Clement Courbet <courbet@google.com> | 2018-05-17 14:37:31 +0000 |
|---|---|---|
| committer | Clement Courbet <courbet@google.com> | 2018-05-17 14:37:31 +0000 |
| commit | a1bee62308f1a321d859c78bf11f4aa6bc85d442 (patch) | |
| tree | b81a3a1006711dd0e374b8d47f9782f942f4af91 /llvm/tools | |
| parent | 3c6b4e35bd513c5421dcdc7a56bc063ccd6d6ae7 (diff) | |
| download | bcm5719-llvm-a1bee62308f1a321d859c78bf11f4aa6bc85d442.tar.gz bcm5719-llvm-a1bee62308f1a321d859c78bf11f4aa6bc85d442.zip | |
[llvm-exegesis] Remove redudant explicit template instantiations.
llvm-svn: 332611
Diffstat (limited to 'llvm/tools')
| -rw-r--r-- | llvm/tools/llvm-exegesis/lib/Analysis.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/Analysis.cpp b/llvm/tools/llvm-exegesis/lib/Analysis.cpp index a02ea29e3d1..eac25a41116 100644 --- a/llvm/tools/llvm-exegesis/lib/Analysis.cpp +++ b/llvm/tools/llvm-exegesis/lib/Analysis.cpp @@ -170,9 +170,4 @@ llvm::Error Analysis::run<Analysis::PrintSchedClassInconsistencies>( 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 |

