Handle the FP format problem, where outputed FP constants were not precise
authorChris Lattner <sabre@nondot.org>
Thu, 11 Apr 2002 21:44:02 +0000 (21:44 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 11 Apr 2002 21:44:02 +0000 (21:44 +0000)
commitf678dc6469d52e48eb352b3ff1d9683628b6959c
treeb52ed7502815ad95c814867bc7f547dd81c8cd5d
parentf8b90ee366cb3030b4d60a7dc4a911ffbdbe7fd7
Handle the FP format problem, where outputed FP constants were not precise
enough.  This fixes compilation of the health benchmark.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2228 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9AsmPrinter.cpp