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)
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

index 93e5b07f5f2ab57c4f6d0334e326c35a62a7c743..89819dace3b5d982af986a12d00f16a67ab4c5b1 100644 (file)
@@ -31,6 +31,7 @@
 #include "llvm/Support/InstVisitor.h"
 #include "llvm/Support/Mangler.h"
 #include "Support/StringExtras.h"
+#include "Config/config.h"
 #include <algorithm>
 #include <sstream>
 using namespace llvm;
index 93e5b07f5f2ab57c4f6d0334e326c35a62a7c743..89819dace3b5d982af986a12d00f16a67ab4c5b1 100644 (file)
@@ -31,6 +31,7 @@
 #include "llvm/Support/InstVisitor.h"
 #include "llvm/Support/Mangler.h"
 #include "Support/StringExtras.h"
+#include "Config/config.h"
 #include <algorithm>
 #include <sstream>
 using namespace llvm;