Don't include <fenv.h> now that we have llvm/System/FEnv.h.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 17 Sep 2010 21:47:03 +0000 (21:47 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 17 Sep 2010 21:47:03 +0000 (21:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114219 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/ConstantFolding.cpp

index c015231e1ba01bcb9ec49acde9731a422d5d3359..96656a3c73f7175bfe3d8e7d994ab4467b20878d 100644 (file)
@@ -33,7 +33,6 @@
 #include "llvm/System/FEnv.h"
 #include <cerrno>
 #include <cmath>
-#include <fenv.h>
 using namespace llvm;
 
 //===----------------------------------------------------------------------===//