aboutsummaryrefslogtreecommitdiff
path: root/source/val/validate.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/val/validate.h')
-rw-r--r--source/val/validate.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/val/validate.h b/source/val/validate.h
index 5135a472..5d941ca0 100644
--- a/source/val/validate.h
+++ b/source/val/validate.h
@@ -116,9 +116,12 @@ void printDominatorList(BasicBlock& block);
/// spec.
spv_result_t ModuleLayoutPass(ValidationState_t& _, const Instruction* inst);
-/// Performs Control Flow Graph validation of a module
+/// Performs Control Flow Graph validation and construction.
spv_result_t CfgPass(ValidationState_t& _, const Instruction* inst);
+/// Validates Control Flow Graph instructions.
+spv_result_t ControlFlowPass(ValidationState_t& _, const Instruction* inst);
+
/// Performs Id and SSA validation of a module
spv_result_t IdPass(ValidationState_t& _, Instruction* inst);