diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-07-19 01:38:38 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-07-19 01:38:38 +0000 |
commit | 43e3a62bc33eb3c0ba666041738247853fd0a4b7 (patch) | |
tree | 147d8e54a224cb44c505d34fd4b67011412e7c25 /lib/CodeGen/Spiller.h | |
parent | 1b6445ad1bac39570ac4bfc8582b862008f474b1 (diff) | |
download | external_llvm-43e3a62bc33eb3c0ba666041738247853fd0a4b7.zip external_llvm-43e3a62bc33eb3c0ba666041738247853fd0a4b7.tar.gz external_llvm-43e3a62bc33eb3c0ba666041738247853fd0a4b7.tar.bz2 |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/Spiller.h b/lib/CodeGen/Spiller.h index f339336..9c3900d 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; |