summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/ConstantFolding.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-06-23 14:19:39 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-06-23 14:19:39 +0000
commite2456536b5e1699734c60051f41b7cb4020fdfed (patch)
treeae4f91dee09553b4ee7bf5813ea1bee9aedc6dd0 /llvm/lib/Analysis/ConstantFolding.cpp
parent52a08b438c2d1582412c1157b90b5fdf883a7293 (diff)
downloadbcm5719-llvm-e2456536b5e1699734c60051f41b7cb4020fdfed.tar.gz
bcm5719-llvm-e2456536b5e1699734c60051f41b7cb4020fdfed.zip
Revert "revert 133714"
This reverts commit e8e00f5efb4a22238f2407bf813de4606f30c5aa. The cmake build on OS X is still broken. llvm-svn: 133718
Diffstat (limited to 'llvm/lib/Analysis/ConstantFolding.cpp')
-rw-r--r--llvm/lib/Analysis/ConstantFolding.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Analysis/ConstantFolding.cpp b/llvm/lib/Analysis/ConstantFolding.cpp
index b64f3b90e0b..b5fafd685cd 100644
--- a/llvm/lib/Analysis/ConstantFolding.cpp
+++ b/llvm/lib/Analysis/ConstantFolding.cpp
@@ -31,10 +31,9 @@
#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