aboutsummaryrefslogtreecommitdiff
path: root/source/fuzz/transformation_add_type_matrix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/fuzz/transformation_add_type_matrix.cpp')
-rw-r--r--source/fuzz/transformation_add_type_matrix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fuzz/transformation_add_type_matrix.cpp b/source/fuzz/transformation_add_type_matrix.cpp
index e3f1786b..b574b01b 100644
--- a/source/fuzz/transformation_add_type_matrix.cpp
+++ b/source/fuzz/transformation_add_type_matrix.cpp
@@ -53,7 +53,7 @@ void TransformationAddTypeMatrix::Apply(
in_operands.push_back(
{SPV_OPERAND_TYPE_LITERAL_INTEGER, {message_.column_count()}});
auto type_instruction = MakeUnique<opt::Instruction>(
- ir_context, spv::Op::OpTypeMatrix, 0, message_.fresh_id(), in_operands);
+ ir_context, SpvOpTypeMatrix, 0, message_.fresh_id(), in_operands);
auto type_instruction_ptr = type_instruction.get();
ir_context->module()->AddType(std::move(type_instruction));