summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-11-08 19:16:44 +0000
committerJim Laskey <jlaskey@mac.com>2006-11-08 19:16:44 +0000
commitd6c3422e3126927840683574a658a0deada903f0 (patch)
tree0f658f88731cecb1f71d46a499eb3f71000aa072 /lib/Transforms/Utils
parentf0cd7085c11693511c60547d139e0cf63f2d6d60 (diff)
downloadllvm-d6c3422e3126927840683574a658a0deada903f0.tar.gz
llvm-d6c3422e3126927840683574a658a0deada903f0.tar.bz2
llvm-d6c3422e3126927840683574a658a0deada903f0.tar.xz
Remove redundant <cmath>.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31561 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils')
-rw-r--r--lib/Transforms/Utils/Local.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/Local.cpp b/lib/Transforms/Utils/Local.cpp
index 1e032a3bd0..9a16bfccb3 100644
--- a/lib/Transforms/Utils/Local.cpp
+++ b/lib/Transforms/Utils/Local.cpp
@@ -21,7 +21,6 @@
#include "llvm/Support/GetElementPtrTypeIterator.h"
#include "llvm/Support/MathExtras.h"
#include <cerrno>
-#include <cmath>
using namespace llvm;
//===----------------------------------------------------------------------===//