Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/instruction.h')
-rw-r--r--source/instruction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/instruction.h b/source/instruction.h
index 9e7dccd03..2acbb5729 100644
--- a/source/instruction.h
+++ b/source/instruction.h
@@ -26,7 +26,7 @@ struct spv_instruction_t {
// Normally, both opcode and extInstType contain valid data.
// However, when the assembler parses !<number> as the first word in
// an instruction and opcode and extInstType are invalid.
- SpvOp opcode;
+ spv::Op opcode;
spv_ext_inst_type_t extInstType;
// The Id of the result type, if this instruction has one. Zero otherwise.