commit | e5c7b9a215cb1d847e6a175bc34e81c070693046 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Jan 29 18:41:12 2005 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Jan 29 18:41:12 2005 +0000 |
tree | 4333abcd1e23d6efcf5b81bd8fec6e6f52c9f228 | |
parent | f84ecca5f3a6a5a2d237f36b056a360f912d098f [diff] [blame] |
Adjust to ilist changes. llvm-svn: 19923
diff --git a/llvm/lib/VMCore/BasicBlock.cpp b/llvm/lib/VMCore/BasicBlock.cpp index 25507ce..78753a5 100644 --- a/llvm/lib/VMCore/BasicBlock.cpp +++ b/llvm/lib/VMCore/BasicBlock.cpp
@@ -48,7 +48,7 @@ }; } -Instruction *ilist_traits<Instruction>::createNode() { +Instruction *ilist_traits<Instruction>::createSentinal() { return new DummyInst(); } iplist<Instruction> &ilist_traits<Instruction>::getList(BasicBlock *BB) {