diff options
author | Chris Lattner <sabre@nondot.org> | 2002-04-28 20:40:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-04-28 20:40:16 +0000 |
commit | 97453d60c6d7a3235d974e755bd9736c4da6588a (patch) | |
tree | 1cf41a0cef7ac79eaeba32fd536dd4509ff60c28 /lib/Target | |
parent | 31bcdb822fe9133b1973de51519d34e5813a6184 (diff) | |
download | external_llvm-97453d60c6d7a3235d974e755bd9736c4da6588a.zip external_llvm-97453d60c6d7a3235d974e755bd9736c4da6588a.tar.gz external_llvm-97453d60c6d7a3235d974e755bd9736c4da6588a.tar.bz2 |
Include appropriate file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2379 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r-- | lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h index 3c4f98a..5c27700 100644 --- a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h +++ b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h @@ -33,6 +33,8 @@ #include "llvm/CodeGen/RegClass.h" #include "llvm/CodeGen/LiveRangeInfo.h" #include <deque> +#include <map> + class MachineCodeForMethod; class MachineRegInfo; class FunctionLiveVarInfo; |