From 086bb4ef820b346150b6e9611376ed86d5a5428f Mon Sep 17 00:00:00 2001 From: John McCall Date: Sat, 19 Dec 2009 00:55:12 +0000 Subject: Qualify a bunch of explicit template instantiations to satisfy clang++. llvm-svn: 91736 --- llvm/lib/VMCore/Dominators.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/lib/VMCore/Dominators.cpp') diff --git a/llvm/lib/VMCore/Dominators.cpp b/llvm/lib/VMCore/Dominators.cpp index 26c02e0f504..34417505814 100644 --- a/llvm/lib/VMCore/Dominators.cpp +++ b/llvm/lib/VMCore/Dominators.cpp @@ -47,8 +47,8 @@ VerifyDomInfoX("verify-dom-info", cl::location(VerifyDomInfo), // //===----------------------------------------------------------------------===// -TEMPLATE_INSTANTIATION(class DomTreeNodeBase); -TEMPLATE_INSTANTIATION(class DominatorTreeBase); +TEMPLATE_INSTANTIATION(class llvm::DomTreeNodeBase); +TEMPLATE_INSTANTIATION(class llvm::DominatorTreeBase); char DominatorTree::ID = 0; static RegisterPass -- cgit v1.2.3