Change the type of FnAllocState.

llvm-svn: 9388
This commit is contained in:
Brian Gaeke 2003-10-22 20:44:29 +00:00
parent 41fe18cbaa
commit f140b28c16
1 changed files with 1 additions and 1 deletions

View 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