diff options
Diffstat (limited to 'llvm/include/llvm/Analysis/PostDominators.h')
| -rw-r--r-- | llvm/include/llvm/Analysis/PostDominators.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/include/llvm/Analysis/PostDominators.h b/llvm/include/llvm/Analysis/PostDominators.h index fac8e88c2b0..8800d4ffd46 100644 --- a/llvm/include/llvm/Analysis/PostDominators.h +++ b/llvm/include/llvm/Analysis/PostDominators.h @@ -46,8 +46,6 @@ 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> { |

