aboutsummaryrefslogtreecommitdiff
path: root/source/fuzz/fuzzer_pass_propagate_instructions_down.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/fuzz/fuzzer_pass_propagate_instructions_down.h')
-rw-r--r--source/fuzz/fuzzer_pass_propagate_instructions_down.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/fuzz/fuzzer_pass_propagate_instructions_down.h b/source/fuzz/fuzzer_pass_propagate_instructions_down.h
index a2a0aac8..18f01654 100644
--- a/source/fuzz/fuzzer_pass_propagate_instructions_down.h
+++ b/source/fuzz/fuzzer_pass_propagate_instructions_down.h
@@ -26,7 +26,8 @@ class FuzzerPassPropagateInstructionsDown : public FuzzerPass {
FuzzerPassPropagateInstructionsDown(
opt::IRContext* ir_context, TransformationContext* transformation_context,
FuzzerContext* fuzzer_context,
- protobufs::TransformationSequence* transformations);
+ protobufs::TransformationSequence* transformations,
+ bool ignore_inapplicable_transformations);
void Apply() override;
};