Shader_ir: Address feedback

This commit is contained in:
Fernando Sahmkow 2019-10-04 17:23:16 -04:00 committed by FernandoS27
parent 97f8352efe
commit 4de60d6a41
6 changed files with 24 additions and 65 deletions

View file

@ -58,7 +58,7 @@ struct BlockInfo {
struct CFGRebuildState {
explicit CFGRebuildState(const ProgramCode& program_code, const std::size_t program_size,
const u32 start)
: program_code{program_code}, program_size{program_size}, start{start} {}
: start{start}, program_code{program_code}, program_size{program_size} {}
u32 start{};
std::vector<BlockInfo> block_info{};