diff options
Diffstat (limited to 'llvm/include/llvm/Analysis/PostDominators.h')
-rw-r--r-- | llvm/include/llvm/Analysis/PostDominators.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/Analysis/PostDominators.h b/llvm/include/llvm/Analysis/PostDominators.h index 8800d4ffd46..fac8e88c2b0 100644 --- a/llvm/include/llvm/Analysis/PostDominators.h +++ b/llvm/include/llvm/Analysis/PostDominators.h @@ -46,6 +46,8 @@ struct PostDominatorTreeAnalysis : AnalysisBase<PostDominatorTreeAnalysis> { PostDominatorTree run(Function &F); }; +extern template class AnalysisBase<PostDominatorTreeAnalysis>; + /// \brief Printer pass for the \c PostDominatorTree. class PostDominatorTreePrinterPass : public PassBase<PostDominatorTreePrinterPass> { |