Forward decls.
authorBill Wendling <isanbard@gmail.com>
Tue, 19 May 2009 17:52:31 +0000 (17:52 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 19 May 2009 17:52:31 +0000 (17:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72114 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/Spiller.h

index e838508810228b8b71a092037aeb90e88863c1dd..730419b057ddfe001964838e956f8de8a6b621a9 100644 (file)
@@ -14,6 +14,9 @@
 
 namespace llvm {
   struct LiveInterval;
+  class LiveIntervals;
+  class MachineFunction;
+  class VirtRegMap;
 
   /// Spiller interface.
   ///