summaryrefslogtreecommitdiff
path: root/include/llvm/BasicBlock.h
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
commit7afd3e1599222dc691cca9e601800878c8546663 (patch)
treed30ba489eb92d2c50941b170fe2348ab00051ecf /include/llvm/BasicBlock.h
parentb547a181005cc255fa57c61c1c0dbafca5375fb4 (diff)
downloadllvm-7afd3e1599222dc691cca9e601800878c8546663.tar.gz
llvm-7afd3e1599222dc691cca9e601800878c8546663.tar.bz2
llvm-7afd3e1599222dc691cca9e601800878c8546663.tar.xz
further simplifications arising from peruse of the more declarative interface
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66333 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/BasicBlock.h')
-rw-r--r--include/llvm/BasicBlock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/BasicBlock.h b/include/llvm/BasicBlock.h
index 0d40909f00..0de71008e7 100644
--- a/include/llvm/BasicBlock.h
+++ b/include/llvm/BasicBlock.h
@@ -46,7 +46,6 @@ template<> struct ilist_traits<Instruction>
Instruction *ensureHead(Instruction*) const { return createSentinel(); }
static void noteHead(Instruction*, Instruction*) {}
- static iplist<Instruction> &getList(BasicBlock *BB);
static ValueSymbolTable *getSymTab(BasicBlock *ItemParent);
private:
mutable ilist_node<Instruction> Sentinel;