aboutsummaryrefslogtreecommitdiff
path: root/source/fuzz/fuzzer_pass_expand_vector_reductions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/fuzz/fuzzer_pass_expand_vector_reductions.cpp')
-rw-r--r--source/fuzz/fuzzer_pass_expand_vector_reductions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/fuzz/fuzzer_pass_expand_vector_reductions.cpp b/source/fuzz/fuzzer_pass_expand_vector_reductions.cpp
index fecd82e4..5bf0461d 100644
--- a/source/fuzz/fuzzer_pass_expand_vector_reductions.cpp
+++ b/source/fuzz/fuzzer_pass_expand_vector_reductions.cpp
@@ -40,8 +40,8 @@ void FuzzerPassExpandVectorReductions::Apply() {
}
// |instruction| must be OpAny or OpAll.
- if (instruction.opcode() != spv::Op::OpAny &&
- instruction.opcode() != spv::Op::OpAll) {
+ if (instruction.opcode() != SpvOpAny &&
+ instruction.opcode() != SpvOpAll) {
continue;
}