Bugfixes for edis. Code to initialize instruction
authorSean Callanan <scallanan@apple.com>
Fri, 9 Apr 2010 00:11:15 +0000 (00:11 +0000)
committerSean Callanan <scallanan@apple.com>
Fri, 9 Apr 2010 00:11:15 +0000 (00:11 +0000)
commit4285b294a86f507822b8c00d85888e78f69672e5
tree06247dc513d78e7fee78170ee1abdb1afd72cef7
parente60bb15982dc40517e078c3858fdc0716d43abb5
Bugfixes for edis.  Code to initialize instruction
state was being executed too lazily, and the LLVM
assembly syntax for the disassembler was not being
written into the proper disassembler state variable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100830 91177308-0d34-0410-b5e6-96231b3b80d8
tools/edis/EDDisassembler.cpp
tools/edis/EDInst.cpp