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)
commite17e7a2400dff37dfb405662a06adbdec4cad2fa
treecc00e382ec81a3ce7ba598814136990af49c344d
parent1f1fecb8230ef76c836ba56cc354acb7073068fa
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234169 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCAssembler.cpp
lib/MC/MCObjectWriter.cpp
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp