Simplify writing floating types to assembly.
authorTim Northover <Tim.Northover@arm.com>
Fri, 11 Jan 2013 10:36:13 +0000 (10:36 +0000)
committerTim Northover <Tim.Northover@arm.com>
Fri, 11 Jan 2013 10:36:13 +0000 (10:36 +0000)
commit5f2801bd653f82927ddd7612cb149e78a8509ed4
tree70de528cbc0564d5fd89525a4cee22000e7c1cde
parentfc183ceae302f7dcfd23a6f0e6c801d74f560ca8
Simplify writing floating types to assembly.

This removes previous special cases for each floating-point type in favour of a
shared codepath.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172189 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
test/CodeGen/ARM/fp128.ll [deleted file]
test/CodeGen/PowerPC/float-asmprint.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fp128.ll [deleted file]
test/CodeGen/X86/float-asmprint.ll [new file with mode: 0644]