mirror of
https://git.tardis.systems/mirrors/yuzu
synced 2025-07-03 02:57:02 +02:00
shader: Properly insert Prologue instruction
This commit is contained in:
parent
83a283fa86
commit
d3dad6b632
@ -635,7 +635,8 @@ public:
|
||||
block_list{block_list_} {
|
||||
Visit(root_stmt, nullptr, nullptr);
|
||||
|
||||
IR::IREmitter ir{*block_list.front()};
|
||||
IR::Block& first_block{*block_list.front()};
|
||||
IR::IREmitter ir{first_block, first_block.begin()};
|
||||
ir.Prologue();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user