[PATCH] D58998: Add declarations of explicit specializations and make primary template deleted
Thomas Köppe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 5 14:45:22 PST 2019
tkoeppe marked 2 inline comments as done.
tkoeppe added inline comments.
================
Comment at: lib/Target/Hexagon/RDFGraph.h:944-945
+
+ // Explicit specializations in RDFGraph.cpp. There is an additional explicit
+ // specialization in RDFLiveness.cpp; it is declared in RDFLiveness.h.
+ template<>
----------------
chandlerc wrote:
> FWIW, I don't think you need to add the forward reference to RDFLiveness.h here.
I omitted this when I moved the comment up.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58998/new/
https://reviews.llvm.org/D58998
More information about the llvm-commits
mailing list