summaryrefslogtreecommitdiff
path: root/lib/CodeGen/Spiller.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-05-19 17:52:31 +0000
committerBill Wendling <isanbard@gmail.com>2009-05-19 17:52:31 +0000
commitcd35ed5153963c92333aa8d82692f1344d3ec911 (patch)
tree6bdca9120f0661750a438977e3ed085521141894 /lib/CodeGen/Spiller.h
parent0bde89e4555b726104dff26b90378a17fa919648 (diff)
downloadllvm-cd35ed5153963c92333aa8d82692f1344d3ec911.tar.gz
llvm-cd35ed5153963c92333aa8d82692f1344d3ec911.tar.bz2
llvm-cd35ed5153963c92333aa8d82692f1344d3ec911.tar.xz
Forward decls.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72114 91177308-0d34-0410-b5e6-96231b3b80d8
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.
///