diff options
Diffstat (limited to 'include/llvm/CodeGen/MachineFunction.h')
-rw-r--r-- | include/llvm/CodeGen/MachineFunction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineFunction.h b/include/llvm/CodeGen/MachineFunction.h index 7b24600b49..835c8a37c5 100644 --- a/include/llvm/CodeGen/MachineFunction.h +++ b/include/llvm/CodeGen/MachineFunction.h @@ -34,7 +34,7 @@ class MachineConstantPool; class MachineJumpTableInfo; template <> -class ilist_traits<MachineBasicBlock> +struct ilist_traits<MachineBasicBlock> : public ilist_default_traits<MachineBasicBlock> { mutable MachineBasicBlock Sentinel; public: |