commit | bca81448ac8e19c588c9a4ad16fc70732b76327c | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Jan 30 00:09:23 2005 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Jan 30 00:09:23 2005 +0000 |
tree | eb4d515aa88a94cc20e36908ff4336a032129399 | |
parent | 5c3fa1ec79b3e37e364641a995e08e0ddd933372 [diff] [blame] |
Improve conformance with the Misha spelling benchmark suite git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19930 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/MachineBasicBlock.cpp b/lib/CodeGen/MachineBasicBlock.cpp index a69d158..6774dde 100644 --- a/lib/CodeGen/MachineBasicBlock.cpp +++ b/lib/CodeGen/MachineBasicBlock.cpp
@@ -46,7 +46,7 @@ } -MachineInstr* ilist_traits<MachineInstr>::createSentinal() { +MachineInstr* ilist_traits<MachineInstr>::createSentinel() { MachineInstr* dummy = new MachineInstr(0, 0); LeakDetector::removeGarbageObject(dummy); return dummy;