From: Bill Wendling Date: Tue, 19 May 2009 17:52:31 +0000 (+0000) Subject: Forward decls. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=cd35ed5153963c92333aa8d82692f1344d3ec911;p=oota-llvm.git 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 e8385088102..730419b057d 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. ///