aboutsummaryrefslogtreecommitdiff
path: root/source/fuzz/fuzzer_pass_apply_id_synonyms.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/fuzz/fuzzer_pass_apply_id_synonyms.h')
-rw-r--r--source/fuzz/fuzzer_pass_apply_id_synonyms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fuzz/fuzzer_pass_apply_id_synonyms.h b/source/fuzz/fuzzer_pass_apply_id_synonyms.h
index d1a0e1aa..3da9c5d6 100644
--- a/source/fuzz/fuzzer_pass_apply_id_synonyms.h
+++ b/source/fuzz/fuzzer_pass_apply_id_synonyms.h
@@ -38,7 +38,7 @@ class FuzzerPassApplyIdSynonyms : public FuzzerPass {
// with respect to the type. Concretely, returns true if |dd1| and |dd2| have
// the same type or both |dd1| and |dd2| are either a numerical or a vector
// type of integral components with possibly different signedness.
- bool DataDescriptorsHaveCompatibleTypes(spv::Op opcode,
+ bool DataDescriptorsHaveCompatibleTypes(SpvOp opcode,
uint32_t use_in_operand_index,
const protobufs::DataDescriptor& dd1,
const protobufs::DataDescriptor& dd2);