Change the type of FnAllocState.
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 22 Oct 2003 20:44:29 +0000 (20:44 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 22 Oct 2003 20:44:29 +0000 (20:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9388 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAlloc/PhyRegAlloc.h
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h

index 1e4362f9627825bef0b30e39df5f0918ed52fc91..b4cec8c35d5632b87d25a769be8aaf6575ecf602 100644 (file)
@@ -85,7 +85,7 @@ class PhyRegAlloc : public FunctionPass {
   AddedInstrns AddedInstrAtEntry;       // to store instrns added at entry
   const LoopInfo *LoopDepthCalc;        // to calculate loop depths 
 
-  std::map<const Function *, Constant *> FnAllocState;
+  std::map<const Function *, std::vector<Constant *> > FnAllocState;
 
   PhyRegAlloc(const PhyRegAlloc&);     // DO NOT IMPLEMENT
   void operator=(const PhyRegAlloc&);  // DO NOT IMPLEMENT
index 1e4362f9627825bef0b30e39df5f0918ed52fc91..b4cec8c35d5632b87d25a769be8aaf6575ecf602 100644 (file)
@@ -85,7 +85,7 @@ class PhyRegAlloc : public FunctionPass {
   AddedInstrns AddedInstrAtEntry;       // to store instrns added at entry
   const LoopInfo *LoopDepthCalc;        // to calculate loop depths 
 
-  std::map<const Function *, Constant *> FnAllocState;
+  std::map<const Function *, std::vector<Constant *> > FnAllocState;
 
   PhyRegAlloc(const PhyRegAlloc&);     // DO NOT IMPLEMENT
   void operator=(const PhyRegAlloc&);  // DO NOT IMPLEMENT