diff --git a/src/shader_recompiler/ir/subprogram.h b/src/shader_recompiler/ir/subprogram.h index 9e1ad3c91..b14a31e3d 100644 --- a/src/shader_recompiler/ir/subprogram.h +++ b/src/shader_recompiler/ir/subprogram.h @@ -14,7 +14,7 @@ namespace Shader::IR { // only the blocks and instructions that relevant to a group of given instructions. // Taking into account only the given instructions, the instructions that it uses and // conditions. - + struct SubProgram { SubProgram(Program* super_program, Pools& pools);