Forward decls.

llvm-svn: 72114
This commit is contained in:
Bill Wendling 2009-05-19 17:52:31 +00:00
parent a3b8e84a57
commit 670da9a22a
1 changed files with 3 additions and 0 deletions

View File

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