commit | 64a9be97cac4056a807efe54b73e87d52ca5b41d | [log] [tgz] |
---|---|---|
author | David Neto <dneto@google.com> | Wed Nov 18 15:48:32 2015 -0500 |
committer | David Neto <dneto@google.com> | Wed Nov 18 15:56:38 2015 -0500 |
tree | 9f5e50b393e8b7796f6ad431118c0d8bdb2c405f | |
parent | 8ddd4ec1022cb828dd40e22c32a45ff44a4bb1f6 [diff] [blame] |
Remove old names for enums: memory semantics, scope ID
diff --git a/source/binary.cpp b/source/binary.cpp index fe052cf..8657c55 100644 --- a/source/binary.cpp +++ b/source/binary.cpp
@@ -428,8 +428,8 @@ } break; - case SPV_OPERAND_TYPE_EXECUTION_SCOPE: - case SPV_OPERAND_TYPE_MEMORY_SEMANTICS: + case SPV_OPERAND_TYPE_SCOPE_ID: + case SPV_OPERAND_TYPE_MEMORY_SEMANTICS_ID: if (!word) return diagnostic() << spvOperandTypeStr(type) << " Id is 0"; break;