Merge pull request #11135 from AdmiralCurtiss/ppcanalyst-unused-stats

PPCAnalyst: Remove unused variables and methods in BlockStats and BlockRegStats.
This commit is contained in:
JosJuice 2022-10-23 21:22:54 +02:00 committed by GitHub
commit 063c2739b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 69 deletions

View file

@ -182,12 +182,6 @@ void JITWidget::Update()
// Add stats to the end of the ppc box since it's generally the shortest.
ppc_disasm << std::dec << std::endl;
// Add some generic analysis
if (st.isFirstBlockOfFunction)
ppc_disasm << "(first block of function)" << std::endl;
if (st.isLastBlockOfFunction)
ppc_disasm << "(last block of function)" << std::endl;
ppc_disasm << st.numCycles << " estimated cycles" << std::endl;
ppc_disasm << "Num instr: PPC: " << code_block.m_num_instructions