diff options
author | Jim Laskey <jlaskey@mac.com> | 2006-11-08 19:16:44 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2006-11-08 19:16:44 +0000 |
commit | d6c3422e3126927840683574a658a0deada903f0 (patch) | |
tree | 0f658f88731cecb1f71d46a499eb3f71000aa072 /lib/CodeGen/RegAllocLinearScan.cpp | |
parent | f0cd7085c11693511c60547d139e0cf63f2d6d60 (diff) |
Remove redundant <cmath>.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31561 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocLinearScan.cpp')
-rw-r--r-- | lib/CodeGen/RegAllocLinearScan.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/RegAllocLinearScan.cpp b/lib/CodeGen/RegAllocLinearScan.cpp index 2aea512b16..9a358faea0 100644 --- a/lib/CodeGen/RegAllocLinearScan.cpp +++ b/lib/CodeGen/RegAllocLinearScan.cpp @@ -29,7 +29,6 @@ #include "llvm/Support/Debug.h" #include "llvm/Support/Compiler.h" #include <algorithm> -#include <cmath> #include <iostream> #include <set> #include <queue> |