Forward decls.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72114 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2009-05-19 17:52:31 +00:00
parent 0bde89e455
commit cd35ed5153

View File

@ -14,6 +14,9 @@
namespace llvm { namespace llvm {
struct LiveInterval; struct LiveInterval;
class LiveIntervals;
class MachineFunction;
class VirtRegMap;
/// Spiller interface. /// Spiller interface.
/// ///