aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/ConstantFolding.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-09-17 21:47:03 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-09-17 21:47:03 +0000
commit38cb1cdfb7308e82ed00985427f78d11d817d88a (patch)
treed387aefef9f478187d23514dbe3b64764b7db7bc /lib/Analysis/ConstantFolding.cpp
parentdb664ad71ec8b4f02eb3aa1b91676f03269e3a5f (diff)
downloadexternal_llvm-38cb1cdfb7308e82ed00985427f78d11d817d88a.zip
external_llvm-38cb1cdfb7308e82ed00985427f78d11d817d88a.tar.gz
external_llvm-38cb1cdfb7308e82ed00985427f78d11d817d88a.tar.bz2
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.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/ConstantFolding.cpp b/lib/Analysis/ConstantFolding.cpp
index c015231..96656a3 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;
//===----------------------------------------------------------------------===//