diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-09-17 21:47:03 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-09-17 21:47:03 +0000 |
commit | 38cb1cdfb7308e82ed00985427f78d11d817d88a (patch) | |
tree | d387aefef9f478187d23514dbe3b64764b7db7bc /lib/Analysis/ConstantFolding.cpp | |
parent | db664ad71ec8b4f02eb3aa1b91676f03269e3a5f (diff) |
Don't include <fenv.h> now that we have llvm/System/FEnv.h.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114219 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/ConstantFolding.cpp')
-rw-r--r-- | lib/Analysis/ConstantFolding.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/ConstantFolding.cpp b/lib/Analysis/ConstantFolding.cpp index c015231e1b..96656a3c73 100644 --- a/lib/Analysis/ConstantFolding.cpp +++ b/lib/Analysis/ConstantFolding.cpp @@ -33,7 +33,6 @@ #include "llvm/System/FEnv.h" #include <cerrno> #include <cmath> -#include <fenv.h> using namespace llvm; //===----------------------------------------------------------------------===// |