aboutsummaryrefslogtreecommitdiff
path: root/source/fuzz/transformation_add_image_sample_unused_components.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/fuzz/transformation_add_image_sample_unused_components.cpp')
-rw-r--r--source/fuzz/transformation_add_image_sample_unused_components.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fuzz/transformation_add_image_sample_unused_components.cpp b/source/fuzz/transformation_add_image_sample_unused_components.cpp
index 1ead82bc..018fed4c 100644
--- a/source/fuzz/transformation_add_image_sample_unused_components.cpp
+++ b/source/fuzz/transformation_add_image_sample_unused_components.cpp
@@ -73,7 +73,7 @@ bool TransformationAddImageSampleUnusedComponents::IsApplicable(
// It must be an OpCompositeConstruct instruction such that it can be checked
// that the original components are present.
if (coordinate_with_unused_components_instruction->opcode() !=
- SpvOpCompositeConstruct) {
+ spv::Op::OpCompositeConstruct) {
return false;
}