Initialize the SSARegMap.

llvm-svn: 4782
This commit is contained in:
Misha Brukman 2002-11-20 18:55:27 +00:00
parent 45f6b8410e
commit d5b111a10c
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ MachineFunction::MachineFunction(const Function *F,
currentTmpValuesSize(0), maxTmpValuesSize(0), compiledAsLeaf(false),
spillsAreaFrozen(false), automaticVarsAreaFrozen(false)
{
SSARegMapping = new SSARegMap();
}
void MachineFunction::dump() const { print(std::cerr); }