summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
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
commit61feeb90f9227f3aa4a1befcba62099b57f5bde6 (patch)
treefd9b185e7e662efce75cd513401f7d3c9f2fc0e2 /llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
parenta3acfca920247628c64e814d7631f3c21d8f9f10 (diff)
downloadbcm5719-llvm-61feeb90f9227f3aa4a1befcba62099b57f5bde6.tar.gz
bcm5719-llvm-61feeb90f9227f3aa4a1befcba62099b57f5bde6.zip
Remove redundant <cmath>.
llvm-svn: 31561
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
index ef9e3f5a1b0..f2e9ea8c83c 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@ -28,7 +28,6 @@
#include "llvm/ADT/StringExtras.h"
#include <iostream>
#include <set>
-#include <cmath>
#include <algorithm>
using namespace llvm;
OpenPOWER on IntegriCloud