diff options
Diffstat (limited to 'source/val/instruction.h')
-rw-r--r-- | source/val/instruction.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source/val/instruction.h b/source/val/instruction.h index 31b463a6..5ae89e2c 100644 --- a/source/val/instruction.h +++ b/source/val/instruction.h @@ -72,9 +72,7 @@ class Instruction { } /// Provides direct access to the stored C instruction object. - const spv_parsed_instruction_t& c_inst() const { - return inst_; - } + const spv_parsed_instruction_t& c_inst() const { return inst_; } // Casts the words belonging to the operand under |index| to |T| and returns. template <typename T> |