summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/BasicBlock.cpp
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2009-03-07 10:49:57 +0000
committerGabor Greif <ggreif@gmail.com>2009-03-07 10:49:57 +0000
commit6e1ca84d2cfc5bd9277eca636039f82d1754b580 (patch)
tree107b5d969b91b769c1c0f48b976abbee0c93c3d1 /llvm/lib/VMCore/BasicBlock.cpp
parent5cd1b2582298e595c2bda2938d8d2745590a8cc0 (diff)
downloadbcm5719-llvm-6e1ca84d2cfc5bd9277eca636039f82d1754b580.tar.gz
bcm5719-llvm-6e1ca84d2cfc5bd9277eca636039f82d1754b580.zip
further simplifications arising from peruse of the more declarative interface
llvm-svn: 66333
Diffstat (limited to 'llvm/lib/VMCore/BasicBlock.cpp')
-rw-r--r--llvm/lib/VMCore/BasicBlock.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/VMCore/BasicBlock.cpp b/llvm/lib/VMCore/BasicBlock.cpp
index 66ee99d1745..f68223155dc 100644
--- a/llvm/lib/VMCore/BasicBlock.cpp
+++ b/llvm/lib/VMCore/BasicBlock.cpp
@@ -31,10 +31,6 @@ ilist_traits<Instruction>::getSymTab(BasicBlock *BB) {
return 0;
}
-iplist<Instruction> &ilist_traits<Instruction>::getList(BasicBlock *BB) {
- return BB->getInstList();
-}
-
// Explicit instantiation of SymbolTableListTraits since some of the methods
// are not in the public header file...
template class SymbolTableListTraits<Instruction, BasicBlock>;
OpenPOWER on IntegriCloud