Adds a JIT based exception handling example to the examples directory.
[oota-llvm.git] / lib / VMCore / BasicBlock.cpp
index c7f7f53e2305d17e8c9033c399c47681d150e9d5..16437bc130454d333166f9e99ef03cc6a7d3e260 100644 (file)
@@ -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,