MC: Add MCSymbolData back to MCAssembler dump
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 20 May 2015 16:34:36 +0000 (16:34 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 20 May 2015 16:34:36 +0000 (16:34 +0000)
commit91a675f9727e14a8339c192c6d2dffc4f5dd46b5
treed757433c0a971619e76af8fd245ff05e9dfe22c7
parent20cf3f41e719968b82cbbf93cf06e44b148392e9
MC: Add MCSymbolData back to MCAssembler dump

r237490 accidentally dropped MCSymbolData from the MCAssembler dump.
Add it back underneath the MCSymbol dump.  Remove the MCSymbol dump from
MCSymbolData, since this would cause an infinite co-recursion, and
besides, that back pointer is going away.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237807 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCAssembler.cpp