Remove spv_opcode_flags_t and flags fields.
authorDavid Neto <dneto@google.com>
Wed, 7 Oct 2015 20:58:38 +0000 (16:58 -0400)
committerDavid Neto <dneto@google.com>
Mon, 26 Oct 2015 16:55:33 +0000 (12:55 -0400)
commit9db3a538974fa14dcc3d480d5d4288820b42e4e6
tree8a956fe5acb1032cd5acdfb9578b2ce259101f57
parent725cc2a2dfa8416bdd294081dbc3a533c38d6852
Remove spv_opcode_flags_t and flags fields.

The flags fields in both spv_opcode_desc_t and spv_operand_desc_t
are redundant with the capabilities mask field in the same
structure.
include/libspirv/libspirv.h
source/opcode.cpp
source/opcode.h
source/operand.cpp
test/OpcodeRequiresCapabilities.cpp