Document non-use of certain operand types
authorDavid Neto <dneto@google.com>
Mon, 28 Sep 2015 19:33:49 +0000 (15:33 -0400)
committerDavid Neto <dneto@google.com>
Mon, 26 Oct 2015 16:55:33 +0000 (12:55 -0400)
commit7cefb23ddbdfaf780f491226d1510ac5c5dd85eb
tree60e38c4caafa1a89b7678907cf1201e623eeaed1
parent71fc05587bc0288de2c183b246e722eb4f740964
Document non-use of certain operand types

Operand class enum values not used in the syntax table:
- Image channel order: only used to describe a return value
- Image channel type: only used to describe a return value
- "Image operands": used to make a section in the spec
  to describe values used to construct an optional image id,
  but does not itself appear in the syntax table.

Removes some TODOs from opcode.cpp.
source/opcode.cpp