diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2007-04-09 23:42:32 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2007-04-09 23:42:32 +0000 |
commit | 2da8da46ba48b857a2e3e71a97c18ebb23c14af5 (patch) | |
tree | a6a65080a1f806f40b7274c0fa046b9d9796800d /lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | |
parent | 1362c8c5da257f1578c1eb21c746b5452841e002 (diff) |
No longer needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35850 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index e1a8c296b6..967144ca71 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -45,7 +45,6 @@ #include "llvm/Support/Debug.h" #include "llvm/Support/Compiler.h" #include <algorithm> -#include <math.h> using namespace llvm; #ifndef NDEBUG |