eliminate textual section switching from intel asm printer.
authorChris Lattner <sabre@nondot.org>
Mon, 3 Aug 2009 18:06:07 +0000 (18:06 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 3 Aug 2009 18:06:07 +0000 (18:06 +0000)
commit1763766a577a8a239c653936d8036f254d5af62f
tree106d5cac497bf48391e4cae21f1fffb382480d0a
parentd54a6b8c58bf0228b965ab00c7d9e2e87239161f
eliminate textual section switching from intel asm printer.
This will cause it to enter the ".text" section instead of "_text"
but masm is already broken.

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