Change CurrentFnSym to be a non-const pointer since asmprinter mutates it
authorChris Lattner <sabre@nondot.org>
Mon, 18 Jan 2010 00:59:24 +0000 (00:59 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 18 Jan 2010 00:59:24 +0000 (00:59 +0000)
commit5957c84e09b177aecf8b430c33fd75a36575fb57
treef5f82dd21aba22d23e308c86e61f9f1524e1a75d
parent8cb9a3b13f3226b7e741768b69d26ecd6b5231f1
Change CurrentFnSym to be a non-const pointer since asmprinter mutates it
as it emits code.  Switch .globl directives to use OutStreamer instead of
doing it textually (in x86)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93700 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp
lib/Target/X86/X86COFFMachineModuleInfo.cpp
lib/Target/X86/X86COFFMachineModuleInfo.h