Fix some unexpected fallout from the config.h changes. Because the CBE no
authorChris Lattner <sabre@nondot.org>
Tue, 24 Feb 2004 18:34:10 +0000 (18:34 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 24 Feb 2004 18:34:10 +0000 (18:34 +0000)
commit2bcab1f900abb6f19caf65b75bf14d2813913a0b
tree93fe97810b3e9bf7ff320e96e52e64f0ee27eb74
parentd38f208cd97832babc72abe0f4887fbcb5d44b11
Fix some unexpected fallout from the config.h changes.  Because the CBE no
longer was getting this #include, it always fell back on the less precise
floating point initializer values, causing some testsuite failures.

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