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.

llvm-svn: 11803
This commit is contained in:
Chris Lattner 2004-02-24 18:34:10 +00:00
parent 8ee0593f0d
commit b471f0188f
1 changed files with 1 additions and 0 deletions

View 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;