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 | 50cf8f1871282b2b5a433cecfb2db404ce1a1f9e (patch) | |
tree | b085d45da394911f23eedb64a5f4dffe838670e5 /llvm/lib | |
parent | ca14237696a1b7453bbf90f511bd9f2b03254ae9 (diff) | |
download | bcm5719-llvm-50cf8f1871282b2b5a433cecfb2db404ce1a1f9e.tar.gz bcm5719-llvm-50cf8f1871282b2b5a433cecfb2db404ce1a1f9e.zip |
Include appropriate file
llvm-svn: 2379
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h index 3c4f98a8b95..5c27700d9d6 100644 --- a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h +++ b/llvm/lib/CodeGen/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; |