summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitac0ca9241aa6137c92d814383f5a811c80bc01c1 (patch)
treef11c85b0709db64acbc612dae4d912b7fa182047 /llvm/lib/CodeGen/Spiller.h
parentacd56a090230d0fefd2d61e667e1ce2bf45abc85 (diff)
downloadbcm5719-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.h2
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;
OpenPOWER on IntegriCloud