diff options
Diffstat (limited to 'llvm/lib/VMCore/BasicBlock.cpp')
-rw-r--r-- | llvm/lib/VMCore/BasicBlock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/BasicBlock.cpp b/llvm/lib/VMCore/BasicBlock.cpp index 25507ce954e..78753a52366 100644 --- a/llvm/lib/VMCore/BasicBlock.cpp +++ b/llvm/lib/VMCore/BasicBlock.cpp @@ -48,7 +48,7 @@ namespace { }; } -Instruction *ilist_traits<Instruction>::createNode() { +Instruction *ilist_traits<Instruction>::createSentinal() { return new DummyInst(); } iplist<Instruction> &ilist_traits<Instruction>::getList(BasicBlock *BB) { |