more clang

This commit is contained in:
Fire Cube 2025-04-21 11:28:21 +02:00
parent 8104718f5b
commit 5d112cf68f

View File

@ -100,8 +100,6 @@ static std::optional<u32> ResolveSetPcTarget(std::span<const GcnInst> list, u32
return result_pc & ~0x3u;
}
static constexpr size_t LabelReserveSize = 32;
CFG::CFG(Common::ObjectPool<Block>& block_pool_, std::span<const GcnInst> inst_list_)