diff options
author | Dylan Noblesmith <nobled@dreamwidth.org> | 2011-06-23 13:56:01 +0000 |
---|---|---|
committer | Dylan Noblesmith <nobled@dreamwidth.org> | 2011-06-23 13:56:01 +0000 |
commit | 8a4f22d017624c1fafc8254153c4db56c9fa7eaa (patch) | |
tree | 496a41795de958c9fa6a3b707be71edab7cebd7e /llvm/lib/Analysis/ConstantFolding.cpp | |
parent | afed776fa9e81829484d0da2c04c24e9acae6326 (diff) | |
download | bcm5719-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.cpp | 3 |
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; //===----------------------------------------------------------------------===// |