* Spell "necessary" correctly
authorChris Lattner <sabre@nondot.org>
Sun, 12 Oct 2003 08:12:58 +0000 (08:12 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 12 Oct 2003 08:12:58 +0000 (08:12 +0000)
commit5ef6ffd6c367e23189feb5353ded501ef8b96e20
treea1e447ebb3172917adf3e6acf31a0a1db0505647
parentdfaeb0e8b9e739b75fb9f1036f45553f8be4ef5a
* Spell "necessary" correctly
* Print floating point values using C99 hexadecimal style FP if possible.
  This increases the number of floating point constants that may be emitted
  inline, and improves precision for global variable initializers which
  can not be emitted in integer form.

This fixes the Olden/Power benchmark with the CBE!!!!

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