llvm-mc: Remove --show-fixups and always show as part of --show-encoding.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 10 Feb 2010 01:41:14 +0000 (01:41 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 10 Feb 2010 01:41:14 +0000 (01:41 +0000)
commit5532cf44a012149ce3afce43dbd0651b4d87a505
treec328cdb7471dc2ccd99ed4c0827afd02296874db
parent1d0aeabe3fce2ce6610e988b36582b47a7684f74
llvm-mc: Remove --show-fixups and always show as part of --show-encoding.

Also, fix a silly memory leak.

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