make MachineModuleInfoMachO hold non-const MCSymbol*'s instead
authorChris Lattner <sabre@nondot.org>
Wed, 3 Feb 2010 06:18:30 +0000 (06:18 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 3 Feb 2010 06:18:30 +0000 (06:18 +0000)
commitd269a6e460a71a6c5c361a26c56c91fdb9486f45
treed64ca1a631fb70b9e9e54b5d13256e6fa19848ce
parent5669e3009761dff20b67e18a382c334041887928
make MachineModuleInfoMachO hold non-const MCSymbol*'s instead
of const ones.  non-const ones aren't very useful, because you can't
even, say, emit them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95205 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineModuleInfoImpls.h
lib/CodeGen/MachineModuleInfoImpls.cpp
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp
lib/Target/X86/AsmPrinter/X86MCInstLower.cpp
lib/Target/X86/X86TargetObjectFile.cpp