summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineBasicBlock.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-01-29 18:41:25 +0000
committerChris Lattner <sabre@nondot.org>2005-01-29 18:41:25 +0000
commite6074aa08bb9f6aff0255c6d8485a94fdb6cd6e4 (patch)
treebf2c588495f3ef4caf21b60d6d9931f29c6c0d30 /llvm/lib/CodeGen/MachineBasicBlock.cpp
parente5c7b9a215cb1d847e6a175bc34e81c070693046 (diff)
downloadbcm5719-llvm-e6074aa08bb9f6aff0255c6d8485a94fdb6cd6e4.tar.gz
bcm5719-llvm-e6074aa08bb9f6aff0255c6d8485a94fdb6cd6e4.zip
adjust to ilist changes.
llvm-svn: 19924
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineBasicBlock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineBasicBlock.cpp b/llvm/lib/CodeGen/MachineBasicBlock.cpp
index 6b6fcae1252..a69d1580a35 100644
--- a/llvm/lib/CodeGen/MachineBasicBlock.cpp
+++ b/llvm/lib/CodeGen/MachineBasicBlock.cpp
@@ -46,7 +46,7 @@ void ilist_traits<MachineBasicBlock>::removeNodeFromList(MachineBasicBlock* N) {
}
-MachineInstr* ilist_traits<MachineInstr>::createNode() {
+MachineInstr* ilist_traits<MachineInstr>::createSentinal() {
MachineInstr* dummy = new MachineInstr(0, 0);
LeakDetector::removeGarbageObject(dummy);
return dummy;
OpenPOWER on IntegriCloud