diff --git a/src/shader_recompiler/ir/conditional_tree.cpp b/src/shader_recompiler/ir/conditional_tree.cpp index ef00285d9..5e064c43d 100644 --- a/src/shader_recompiler/ir/conditional_tree.cpp +++ b/src/shader_recompiler/ir/conditional_tree.cpp @@ -6,6 +6,10 @@ #include +// This can be used to get, for a given block, the list of conditions that +// must be true for the block to be executed. Can be also useful for +// for determining the maximum number of thimes a block is executed. + namespace Shader::IR { static void AddConditionalTree(std::span asl_span, Block::ConditionalData* parent) {