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 | ac0ca9241aa6137c92d814383f5a811c80bc01c1 (patch) | |
| tree | f11c85b0709db64acbc612dae4d912b7fa182047 /llvm/lib/CodeGen/Spiller.h | |
| parent | acd56a090230d0fefd2d61e667e1ce2bf45abc85 (diff) | |
| download | bcm5719-llvm-ac0ca9241aa6137c92d814383f5a811c80bc01c1.tar.gz bcm5719-llvm-ac0ca9241aa6137c92d814383f5a811c80bc01c1.zip | |
Fix some minor MSVC compiler warnings.
llvm-svn: 76356
Diffstat (limited to 'llvm/lib/CodeGen/Spiller.h')
| -rw-r--r-- | llvm/lib/CodeGen/Spiller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/Spiller.h b/llvm/lib/CodeGen/Spiller.h index f339336f61c..9c3900df0b5 100644 --- a/llvm/lib/CodeGen/Spiller.h +++ b/llvm/lib/CodeGen/Spiller.h @@ -14,7 +14,7 @@ namespace llvm { - struct LiveInterval; + class LiveInterval; class LiveIntervals; class LiveStacks; class MachineFunction; |

