aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineFunction.h
diff options
context:
space:
mode:
authorCedric Venet <cedric.venet@laposte.net>2008-09-20 18:02:18 +0000
committerCedric Venet <cedric.venet@laposte.net>2008-09-20 18:02:18 +0000
commit8e4018e2de52c534405d7155c7009d0b35afb861 (patch)
treefa25ec89a27252466ac658e4a2a21265031f6744 /include/llvm/CodeGen/MachineFunction.h
parent79faf61fad36c34dd818da1e97a214d70c02e4ce (diff)
Update VS projects.
Change some class to struct for coherency. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56389 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineFunction.h')
-rw-r--r--include/llvm/CodeGen/MachineFunction.h2
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: