A couple of minor code cleanups.
authorChris Lattner <sabre@nondot.org>
Sun, 5 Oct 2003 00:40:51 +0000 (00:40 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 5 Oct 2003 00:40:51 +0000 (00:40 +0000)
commitdd76acac3f005e3ecc9a5eac8b18a1472bdaf400
tree0a5824bd72e63220f7de8fad3eff612010795a80
parented468e37a1b15e17e0fd44e0b39bd53bc4174e69
A couple of minor code cleanups.
Print literal doubles using ftostr instead of <<, because it yields higher precision numbers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8855 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp