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 | 61feeb90f9227f3aa4a1befcba62099b57f5bde6 (patch) | |
tree | fd9b185e7e662efce75cd513401f7d3c9f2fc0e2 /llvm/lib/CodeGen/RegAllocLinearScan.cpp | |
parent | a3acfca920247628c64e814d7631f3c21d8f9f10 (diff) | |
download | bcm5719-llvm-61feeb90f9227f3aa4a1befcba62099b57f5bde6.tar.gz bcm5719-llvm-61feeb90f9227f3aa4a1befcba62099b57f5bde6.zip |
Remove redundant <cmath>.
llvm-svn: 31561
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocLinearScan.cpp')
-rw-r--r-- | llvm/lib/CodeGen/RegAllocLinearScan.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocLinearScan.cpp b/llvm/lib/CodeGen/RegAllocLinearScan.cpp index 2aea512b16d..9a358faea01 100644 --- a/llvm/lib/CodeGen/RegAllocLinearScan.cpp +++ b/llvm/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> |