200.sixtrack prints FP numbers with a very strange notation that uses D
authorChris Lattner <sabre@nondot.org>
Tue, 2 Aug 2005 00:11:53 +0000 (00:11 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 2 Aug 2005 00:11:53 +0000 (00:11 +0000)
commit8dcd5483bce94be0ac02dd5c8b749a9a2458ee2b
tree0012b26e481732796d3d941fd088530ebb2bff75
parente96e37683375c8a161975e1d263a6c972a6a3d29
200.sixtrack prints FP numbers with a very strange notation that uses D
instead of E for exponentials (e.g. 1.234D-43).  Add support for this
notation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22574 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/FileUtilities.cpp