From 670da9a22a290ea0360fcdbf352c61e51d8ec26f Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 19 May 2009 17:52:31 +0000 Subject: Forward decls. llvm-svn: 72114 --- llvm/lib/CodeGen/Spiller.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'llvm/lib/CodeGen/Spiller.h') diff --git a/llvm/lib/CodeGen/Spiller.h b/llvm/lib/CodeGen/Spiller.h index e8385088102..730419b057d 100644 --- a/llvm/lib/CodeGen/Spiller.h +++ b/llvm/lib/CodeGen/Spiller.h @@ -14,6 +14,9 @@ namespace llvm { struct LiveInterval; + class LiveIntervals; + class MachineFunction; + class VirtRegMap; /// Spiller interface. /// -- cgit v1.2.3