summaryrefslogtreecommitdiff
path: root/lib/CodeGen/Spiller.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-19 01:38:38 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-19 01:38:38 +0000
commitcfb8a1bea15f50e6609283c0e06f815a1448a14b (patch)
tree147d8e54a224cb44c505d34fd4b67011412e7c25 /lib/CodeGen/Spiller.h
parent2c4df5a95d980260fa67c9360a4f24f397727d29 (diff)
downloadllvm-cfb8a1bea15f50e6609283c0e06f815a1448a14b.tar.gz
llvm-cfb8a1bea15f50e6609283c0e06f815a1448a14b.tar.bz2
llvm-cfb8a1bea15f50e6609283c0e06f815a1448a14b.tar.xz
Fix some minor MSVC compiler warnings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76356 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/Spiller.h')
-rw-r--r--lib/CodeGen/Spiller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/Spiller.h b/lib/CodeGen/Spiller.h
index f339336f61..9c3900df0b 100644
--- a/lib/CodeGen/Spiller.h
+++ b/lib/CodeGen/Spiller.h
@@ -14,7 +14,7 @@
namespace llvm {
- struct LiveInterval;
+ class LiveInterval;
class LiveIntervals;
class LiveStacks;
class MachineFunction;