make the mangler take an MCContext instead of an MAI.
authorChris Lattner <sabre@nondot.org>
Fri, 12 Mar 2010 18:44:54 +0000 (18:44 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 Mar 2010 18:44:54 +0000 (18:44 +0000)
commit5ef31a039dbb9c36cfd78442b3554d1b6974ec4c
treea99e4557d23e694b6d6e3d13ad43f6ed3791f1d1
parentfdab14b10564283028e9bdb628d095feae7fa071
make the mangler take an MCContext instead of an MAI.
No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98363 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCContext.h
include/llvm/Target/Mangler.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/ELFWriter.cpp
lib/CodeGen/LLVMTargetMachine.cpp
lib/Target/CBackend/CBackend.cpp
lib/Target/Mangler.cpp
tools/lto/LTOCodeGenerator.cpp
tools/lto/LTOModule.cpp