more cleanups. Emit the .local directive even on cygwin/mingw.
authorChris Lattner <sabre@nondot.org>
Tue, 19 Jan 2010 04:59:55 +0000 (04:59 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Jan 2010 04:59:55 +0000 (04:59 +0000)
commit619ea855e72bb67f14ef78d942b84368ca9ab4ae
tree704bd4d31f9be298e997572ea4ca0953460affc1
parentcfd910ebc459776c326b1bdb47e25ae056a6c734
more cleanups.  Emit the .local directive even on cygwin/mingw.
I'm not sure that this is correct, but it causes no test failures,
and just emitting a .comm without protecting its linkage somehow
is surely not right.

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