PPCRec: Move IML optimizer file

This commit is contained in:
Exzap 2022-11-05 22:06:24 +01:00
parent 14d82ae4a5
commit 231b5c5dc3
8 changed files with 27 additions and 63 deletions

View file

@ -3881,7 +3881,6 @@ bool PPCRecompiler_decodePPCInstruction(ppcImlGenContext_t* ppcImlGenContext)
bool PPCRecompiler_generateIntermediateCode(ppcImlGenContext_t& ppcImlGenContext, PPCRecFunction_t* ppcRecFunc, std::set<uint32>& entryAddresses)
{
//ppcImlGenContext_t ppcImlGenContext = { 0 };
ppcImlGenContext.functionRef = ppcRecFunc;
// add entire range
ppcRecRange_t recRange;