summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/ConstantFolding.cpp
diff options
context:
space:
mode:
authorDylan Noblesmith <nobled@dreamwidth.org>2011-06-23 13:56:01 +0000
committerDylan Noblesmith <nobled@dreamwidth.org>2011-06-23 13:56:01 +0000
commit8a4f22d017624c1fafc8254153c4db56c9fa7eaa (patch)
tree496a41795de958c9fa6a3b707be71edab7cebd7e /llvm/lib/Analysis/ConstantFolding.cpp
parentafed776fa9e81829484d0da2c04c24e9acae6326 (diff)
downloadbcm5719-llvm-8a4f22d017624c1fafc8254153c4db56c9fa7eaa.tar.gz
bcm5719-llvm-8a4f22d017624c1fafc8254153c4db56c9fa7eaa.zip
revert 133714
It broke the build worse. llvm-svn: 133716
Diffstat (limited to 'llvm/lib/Analysis/ConstantFolding.cpp')
-rw-r--r--llvm/lib/Analysis/ConstantFolding.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/ConstantFolding.cpp b/llvm/lib/Analysis/ConstantFolding.cpp
index b5fafd685cd..b64f3b90e0b 100644
--- a/llvm/lib/Analysis/ConstantFolding.cpp
+++ b/llvm/lib/Analysis/ConstantFolding.cpp
@@ -31,9 +31,10 @@
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/GetElementPtrTypeIterator.h"
#include "llvm/Support/MathExtras.h"
-#include "llvm/Support/FEnv.h"
#include <cerrno>
#include <cmath>
+
+#include "FEnv.h"
using namespace llvm;
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud