diff options
author | Chris Lattner <sabre@nondot.org> | 2002-02-04 05:56:09 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-02-04 05:56:09 +0000 |
commit | 0a8ed9401dd5678f03752c2908890b32ba496b6b (patch) | |
tree | f699c7801e67e23fddb87aa2ea326f5f79d9578d /lib/CodeGen/RegAlloc/LiveRangeInfo.cpp | |
parent | b99bd2b14501fe596de56120d8618042e48509e2 (diff) |
Add #includes neccesary since they were removed from .h files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1675 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAlloc/LiveRangeInfo.cpp')
-rw-r--r-- | lib/CodeGen/RegAlloc/LiveRangeInfo.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp b/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp index b66e6ef308..b5f9275be4 100644 --- a/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp +++ b/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp @@ -1,4 +1,8 @@ #include "llvm/CodeGen/LiveRangeInfo.h" +#include "llvm/CodeGen/RegClass.h" +#include "llvm/CodeGen/MachineInstr.h" +#include "llvm/Target/TargetMachine.h" +#include "llvm/Method.h" #include <iostream> using std::cerr; |