summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/control_flow.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2021-02-24 22:32:00 +0100
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-23 03:51:22 +0200
commit622d676202bad317a58529efc3c15d08fd04aad1 (patch)
treedbcca62c06661ac133ff46a13dccea7e7a1f7d75 /src/shader_recompiler/frontend/maxwell/control_flow.h
parentspirv: Add support for self-referencing phi nodes (diff)
downloadyuzu-622d676202bad317a58529efc3c15d08fd04aad1.tar
yuzu-622d676202bad317a58529efc3c15d08fd04aad1.tar.gz
yuzu-622d676202bad317a58529efc3c15d08fd04aad1.tar.bz2
yuzu-622d676202bad317a58529efc3c15d08fd04aad1.tar.lz
yuzu-622d676202bad317a58529efc3c15d08fd04aad1.tar.xz
yuzu-622d676202bad317a58529efc3c15d08fd04aad1.tar.zst
yuzu-622d676202bad317a58529efc3c15d08fd04aad1.zip
Diffstat (limited to '')
-rw-r--r--src/shader_recompiler/frontend/maxwell/control_flow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/frontend/maxwell/control_flow.h b/src/shader_recompiler/frontend/maxwell/control_flow.h
index 8179787b8..209c9e551 100644
--- a/src/shader_recompiler/frontend/maxwell/control_flow.h
+++ b/src/shader_recompiler/frontend/maxwell/control_flow.h
@@ -128,7 +128,7 @@ private:
AnalysisState AnalyzeInst(Block* block, FunctionId function_id, Location pc);
void AnalyzeCondInst(Block* block, FunctionId function_id, Location pc, EndClass insn_end_class,
- IR::Condition cond);
+ IR::Condition cond, bool visit_conditional_inst);
/// Return true when the branch instruction is confirmed to be a branch
bool AnalyzeBranch(Block* block, FunctionId function_id, Location pc, Instruction inst,