Disassembler tool indents to 15 by default
authorDavid Neto <dneto@google.com>
Thu, 12 Nov 2015 18:53:27 +0000 (13:53 -0500)
committerDavid Neto <dneto@google.com>
Thu, 12 Nov 2015 21:27:50 +0000 (16:27 -0500)
commite7c426ac8dd557ef4f249a121f3b6cb7ee17b471
tree2b9012b8e43ddb25b065fe29888aa7b1de01a889
parent9a5ac08bcfea12b2826c751534b1097675150c99
Disassembler tool indents to 15 by default

The assigned-to result Id appears to the left of the 15th column.

Add --no-indent option.

The API form of the disassembler does not indent by default.
include/libspirv/libspirv.h
source/disassemble.cpp
test/BinaryToText.cpp
test/TestFixture.h
tools/dis/dis.cpp