aboutsummaryrefslogtreecommitdiff
path: root/source/fuzz/transformation_wrap_early_terminator_in_function.h
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2023-01-19 20:23:21 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-01-19 20:23:38 +0000
commit12f5c853ee9e06ba6565006d8d36ee261a140d91 (patch)
treec8ac54510931ab3549d323a0056bed2dd7d8237f /source/fuzz/transformation_wrap_early_terminator_in_function.h
parentd75f78543eeb24bd8441f2f07f34d273613c64fa (diff)
downloadspirv-tools-12f5c853ee9e06ba6565006d8d36ee261a140d91.tar.gz
Revert submission 2388945-update-shaderc Reason for revert: Breaks NDK build on darwin. Reverted changes: /q/submissionid:2388945-update-shaderc Change-Id: I6c9b1918c98bcc3a68bbfabd40d4310e26337c24
Diffstat (limited to 'source/fuzz/transformation_wrap_early_terminator_in_function.h')
-rw-r--r--source/fuzz/transformation_wrap_early_terminator_in_function.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/fuzz/transformation_wrap_early_terminator_in_function.h b/source/fuzz/transformation_wrap_early_terminator_in_function.h
index d824783b..d6e55517 100644
--- a/source/fuzz/transformation_wrap_early_terminator_in_function.h
+++ b/source/fuzz/transformation_wrap_early_terminator_in_function.h
@@ -60,8 +60,8 @@ class TransformationWrapEarlyTerminatorInFunction : public Transformation {
protobufs::Transformation ToMessage() const override;
- static opt::Function* MaybeGetWrapperFunction(
- opt::IRContext* ir_context, spv::Op early_terminator_opcode);
+ static opt::Function* MaybeGetWrapperFunction(opt::IRContext* ir_context,
+ SpvOp early_terminator_opcode);
private:
protobufs::TransformationWrapEarlyTerminatorInFunction message_;