mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
rsx: Apply Clang-Tidy fix "readability-container-size-empty"
This commit is contained in:
parent
c4667133c4
commit
81a3b49c2f
6 changed files with 11 additions and 11 deletions
|
@ -430,7 +430,7 @@ std::string VertexProgramDecompiler::Decompile()
|
|||
m_instructions[i].reset();
|
||||
}
|
||||
|
||||
if (m_prog.jump_table.size())
|
||||
if (!m_prog.jump_table.empty())
|
||||
{
|
||||
last_label_addr = *m_prog.jump_table.rbegin();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue