mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-17 00:59:05 +00:00
shader: Fix block processing order in dead code elimination pass
This commit is contained in:
@@ -41,6 +41,7 @@ struct Block : Hook {
|
||||
EndClass end_class{};
|
||||
Block* branch_true{};
|
||||
Block* branch_false{};
|
||||
bool is_dummy{};
|
||||
};
|
||||
|
||||
class CFG {
|
||||
|
||||
Reference in New Issue
Block a user