aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineFunction.h
diff options
context:
space:
mode:
authorCédric Venet <cedric.venet@laposte.net>2008-09-20 18:02:18 +0000
committerCédric Venet <cedric.venet@laposte.net>2008-09-20 18:02:18 +0000
commitf0d88cf8847b7a8093570ba551b8cc65be49d87b (patch)
treefa25ec89a27252466ac658e4a2a21265031f6744 /include/llvm/CodeGen/MachineFunction.h
parent4872170514686852986df453d4ab32000176c712 (diff)
downloadexternal_llvm-f0d88cf8847b7a8093570ba551b8cc65be49d87b.zip
external_llvm-f0d88cf8847b7a8093570ba551b8cc65be49d87b.tar.gz
external_llvm-f0d88cf8847b7a8093570ba551b8cc65be49d87b.tar.bz2
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 7b24600..835c8a3 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: