llvm-mc: Add --show-inst option, for showing the MCInst inline with the assembly
authorDaniel Dunbar <daniel@zuster.org>
Wed, 3 Feb 2010 18:18:30 +0000 (18:18 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 3 Feb 2010 18:18:30 +0000 (18:18 +0000)
commit9dee8e3009408fd08c656558397a8ac8604139ba
tree2aaa0008a2e4465f77b61deaa8083d5adc0d422c
parent523e3928a340dfd6645b4fc8e861c2d883728227
llvm-mc: Add --show-inst option, for showing the MCInst inline with the assembly
output.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95227 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCStreamer.h
lib/MC/MCAsmStreamer.cpp
tools/llvm-mc/llvm-mc.cpp