Use strcmp for all of the extended instruction set checks in the disassembler (#2107)
authorRyan Harrison <rharrison@google.com>
Wed, 11 Mar 2020 07:00:13 +0000 (03:00 -0400)
committerGitHub <noreply@github.com>
Wed, 11 Mar 2020 07:00:13 +0000 (01:00 -0600)
commit56a7e020561af357f052e15cce8fd2bdaeabf44b
treee60df52c7f9003be422f2628c459ca0046980329
parente2176c91b23c620f3e0bc388869612c26f87c840
Use strcmp for all of the extended instruction set checks in the disassembler (#2107)

Fixes #2106

* Convert memcmps to strcmps
SPIRV/disassemble.cpp