projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db664ad
)
Don't include <fenv.h> now that we have llvm/System/FEnv.h.
author
Jakob Stoklund Olesen
<stoklund@2pi.dk>
Fri, 17 Sep 2010 21:47:03 +0000
(21:47 +0000)
committer
Jakob 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
patch
|
blob
|
history
diff --git
a/lib/Analysis/ConstantFolding.cpp
b/lib/Analysis/ConstantFolding.cpp
index c015231e1ba01bcb9ec49acde9731a422d5d3359..96656a3c73f7175bfe3d8e7d994ab4467b20878d 100644
(file)
--- 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;
//===----------------------------------------------------------------------===//