mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-05 22:46:56 +00:00
SPU LLVM: Remove debug code
This commit is contained in:
parent
02eb549208
commit
ceb2168375
1 changed files with 0 additions and 6 deletions
|
|
@ -2798,12 +2798,6 @@ public:
|
|||
if (m_reduced_loop_info && m_reduced_loop_info->loop_may_update.test(i))
|
||||
{
|
||||
m_block->reg[i] = m_block->reg_save_and_restore[i];
|
||||
|
||||
if (m_block->reg[i])
|
||||
{
|
||||
m_block->reg[i] = m_ir->CreateAdd(bitcast(m_block->reg[i], get_type<u32[4]>()), splat<u32[4]>(1).eval(m_ir));
|
||||
m_block->reg[i] = m_ir->CreateAdd(bitcast(m_block->reg[i], get_type<u32[4]>()), splat<u32[4]>(0 - 1).eval(m_ir));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue