diff options
author | John McCall <rjmccall@apple.com> | 2009-12-19 00:55:12 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2009-12-19 00:55:12 +0000 |
commit | c63ca0a71b299ee0b8fc7dc8405d7f3c856ecfa3 (patch) | |
tree | 1b84719b5eb2861d5f299fbed205c1498591dda1 /lib/VMCore/BasicBlock.cpp | |
parent | be58a432ac9ccaaccc8fa7ca813d3d69fbdb545e (diff) |
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.cpp | 2 |
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, |