Start using the AsmPrinter to emit our first class constants. This also
authorChris Lattner <sabre@nondot.org>
Mon, 16 Aug 2004 23:16:06 +0000 (23:16 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 16 Aug 2004 23:16:06 +0000 (23:16 +0000)
commit055acae18c4ba5f149237927f88a842cd77285cf
tree5c772c1c4155e629c4449c769804e3f6d9a0479e
parenta80ba71efe5be5012128e2db0dd29b024e00105a
Start using the AsmPrinter to emit our first class constants.  This also
drops our half-assed support for cygwin, which noone uses and doesn't work
anyway.

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