Skip to content

Commit

Permalink
Merge pull request #12795 from JosJuice/remove-isbranchtarget
Browse files Browse the repository at this point in the history
PPCAnalyst: Remove unused member isBranchTarget
  • Loading branch information
Tilka committed May 25, 2024
2 parents 52f51d0 + f6aca69 commit f35e8e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Source/Core/Core/PowerPC/JitCommon/JitBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,6 @@ bool JitBase::CanMergeNextInstructions(int count) const
{
return false;
}
if (js.op[i].isBranchTarget)
return false;
}
return true;
}
Expand Down
1 change: 0 additions & 1 deletion Source/Core/Core/PowerPC/PPCAnalyst.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ struct CodeOp // 16B
s8 fregOut = 0;
BitSet8 crIn;
BitSet8 crOut;
bool isBranchTarget = false;
bool branchUsesCtr = false;
bool branchIsIdleLoop = false;
BitSet8 wantsCR;
Expand Down

0 comments on commit f35e8e6

Please sign in to comment.