summaryrefslogtreecommitdiff
path: root/lib/VMCore/BasicBlock.cpp
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2009-12-19 00:55:12 +0000
committerJohn McCall <rjmccall@apple.com>2009-12-19 00:55:12 +0000
commitc63ca0a71b299ee0b8fc7dc8405d7f3c856ecfa3 (patch)
tree1b84719b5eb2861d5f299fbed205c1498591dda1 /lib/VMCore/BasicBlock.cpp
parentbe58a432ac9ccaaccc8fa7ca813d3d69fbdb545e (diff)
downloadllvm-c63ca0a71b299ee0b8fc7dc8405d7f3c856ecfa3.tar.gz
llvm-c63ca0a71b299ee0b8fc7dc8405d7f3c856ecfa3.tar.bz2
llvm-c63ca0a71b299ee0b8fc7dc8405d7f3c856ecfa3.tar.xz
Qualify a bunch of explicit template instantiations to satisfy clang++.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91736 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/BasicBlock.cpp')
-rw-r--r--lib/VMCore/BasicBlock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/BasicBlock.cpp b/lib/VMCore/BasicBlock.cpp
index c7f7f53e23..16437bc130 100644
--- a/lib/VMCore/BasicBlock.cpp
+++ b/lib/VMCore/BasicBlock.cpp
@@ -35,7 +35,7 @@ LLVMContext &BasicBlock::getContext() const {
// Explicit instantiation of SymbolTableListTraits since some of the methods
// are not in the public header file...
-template class SymbolTableListTraits<Instruction, BasicBlock>;
+template class llvm::SymbolTableListTraits<Instruction, BasicBlock>;
BasicBlock::BasicBlock(LLVMContext &C, const Twine &Name, Function *NewParent,