From ee64b6b40fd01eb37ae8225b5bc342b79846b245 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 4 May 2006 01:26:39 +0000 Subject: Remove a bunch more dead V9 specific stuff llvm-svn: 28094 --- llvm/lib/CodeGen/MachineBasicBlock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp') diff --git a/llvm/lib/CodeGen/MachineBasicBlock.cpp b/llvm/lib/CodeGen/MachineBasicBlock.cpp index ee8da6744e3..5b095196d8d 100644 --- a/llvm/lib/CodeGen/MachineBasicBlock.cpp +++ b/llvm/lib/CodeGen/MachineBasicBlock.cpp @@ -47,7 +47,7 @@ void ilist_traits::removeNodeFromList(MachineBasicBlock* N) { MachineInstr* ilist_traits::createSentinel() { - MachineInstr* dummy = new MachineInstr(0, 0); + MachineInstr* dummy = new MachineInstr(0, 0, true, true); LeakDetector::removeGarbageObject(dummy); return dummy; } -- cgit v1.2.3