Remove unnecessary uses of AliasedSymbol.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 6 Apr 2015 16:10:05 +0000 (16:10 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 6 Apr 2015 16:10:05 +0000 (16:10 +0000)
commit972756b741cd1a1efd23e93505cdf7931e6710c5
tree81806deebe7adc1eb6bdfd57c2a68ac74b202a5a
parentf77031f99d082aed8178f5bd09d8736a99c1789f
Remove unnecessary uses of AliasedSymbol.

As pr19627 points out, every use of AliasedSymbol is likely a bug.

The main use was to avoid the oddity of a variable showing up as undefined. That
was fixed in r233995, which made these calls nops.

llvm-svn: 234169
llvm/lib/MC/MCAssembler.cpp
llvm/lib/MC/MCObjectWriter.cpp
llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp