diff options
author | Gabor Greif <ggreif@gmail.com> | 2009-03-04 21:54:31 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2009-03-04 21:54:31 +0000 |
commit | f3841fcbd587c31aa9842b3f33bd57de40c9f443 (patch) | |
tree | 59607392389dfb09f9fb78a20505811abdb0a1df /include/llvm/BasicBlock.h | |
parent | 508d338feed773e20e1ca82ed0ff595f75e33e8b (diff) |
ooops, forgot to include the pointless-write eliminator in my previous checkin
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66081 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/BasicBlock.h')
-rw-r--r-- | include/llvm/BasicBlock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/BasicBlock.h b/include/llvm/BasicBlock.h index 561dbb2791..84dc6a6626 100644 --- a/include/llvm/BasicBlock.h +++ b/include/llvm/BasicBlock.h @@ -44,6 +44,7 @@ template<> struct ilist_traits<Instruction> Instruction *provideInitialHead() const { return createSentinel(); } Instruction *ensureHead(Instruction*) const { return createSentinel(); } + static void noteHead(Instruction*, Instruction*) {} static iplist<Instruction> &getList(BasicBlock *BB); static ValueSymbolTable *getSymTab(BasicBlock *ItemParent); |