commit | cd35ed5153963c92333aa8d82692f1344d3ec911 | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Tue May 19 17:52:31 2009 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Tue May 19 17:52:31 2009 +0000 |
tree | 6bdca9120f0661750a438977e3ed085521141894 | |
parent | 0bde89e4555b726104dff26b90378a17fa919648 [diff] [blame] |
Forward decls. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72114 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/Spiller.h b/lib/CodeGen/Spiller.h index e838508..730419b 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. ///