aboutsummaryrefslogtreecommitdiff
path: root/source/fuzz/transformation_add_relaxed_decoration.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/fuzz/transformation_add_relaxed_decoration.h')
-rw-r--r--source/fuzz/transformation_add_relaxed_decoration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fuzz/transformation_add_relaxed_decoration.h b/source/fuzz/transformation_add_relaxed_decoration.h
index e13594e8..c0163497 100644
--- a/source/fuzz/transformation_add_relaxed_decoration.h
+++ b/source/fuzz/transformation_add_relaxed_decoration.h
@@ -52,7 +52,7 @@ class TransformationAddRelaxedDecoration : public Transformation {
// Returns true if and only if |opcode| is the opcode of an instruction
// that operates on 32-bit integers and 32-bit floats
// as defined by the SPIR-V specification.
- static bool IsNumeric(spv::Op opcode);
+ static bool IsNumeric(uint32_t opcode);
private:
protobufs::TransformationAddRelaxedDecoration message_;