Fix to idiom19 and fixFloatEmulation()

This commit is contained in:
Artur K
2012-07-15 20:17:16 +02:00
parent c19231a1bd
commit ca129c5177
13 changed files with 119 additions and 72 deletions

View File

@@ -65,6 +65,8 @@ struct LivenessSet : public std::bitset<32>
{
return test(r-rAX);
}
private:
void postProcessCompositeRegs();
};
extern LivenessSet duReg[30];