summaryrefslogtreecommitdiff
path: root/lib/CodeGen/Spiller.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/Spiller.h')
-rw-r--r--lib/CodeGen/Spiller.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/CodeGen/Spiller.h b/lib/CodeGen/Spiller.h
index e838508810..730419b057 100644
--- a/lib/CodeGen/Spiller.h
+++ b/lib/CodeGen/Spiller.h
@@ -14,6 +14,9 @@
namespace llvm {
struct LiveInterval;
+ class LiveIntervals;
+ class MachineFunction;
+ class VirtRegMap;
/// Spiller interface.
///