mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-03 11:32:43 +01:00
Merge pull request #12795 from JosJuice/remove-isbranchtarget
PPCAnalyst: Remove unused member isBranchTarget
This commit is contained in:
commit
f35e8e62e6
@ -272,8 +272,6 @@ bool JitBase::CanMergeNextInstructions(int count) const
|
|||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (js.op[i].isBranchTarget)
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
@ -38,7 +38,6 @@ struct CodeOp // 16B
|
|||||||
s8 fregOut = 0;
|
s8 fregOut = 0;
|
||||||
BitSet8 crIn;
|
BitSet8 crIn;
|
||||||
BitSet8 crOut;
|
BitSet8 crOut;
|
||||||
bool isBranchTarget = false;
|
|
||||||
bool branchUsesCtr = false;
|
bool branchUsesCtr = false;
|
||||||
bool branchIsIdleLoop = false;
|
bool branchIsIdleLoop = false;
|
||||||
BitSet8 wantsCR;
|
BitSet8 wantsCR;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user