Remove redundant <cmath>.
authorJim Laskey <jlaskey@mac.com>
Wed, 8 Nov 2006 19:16:44 +0000 (19:16 +0000)
committerJim Laskey <jlaskey@mac.com>
Wed, 8 Nov 2006 19:16:44 +0000 (19:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31561 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/ConstantFolding.cpp
lib/Analysis/ScalarEvolution.cpp
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/RegAllocLinearScan.cpp
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
lib/Support/FileUtilities.cpp
lib/Transforms/Utils/Local.cpp
lib/VMCore/ConstantFold.cpp

index 359766d444f88bd9d7ba8e464630ed82c70cff93..1b355b6478be71d8fbd043d935447ec7c696a061 100644 (file)
@@ -20,7 +20,6 @@
 #include "llvm/Support/GetElementPtrTypeIterator.h"
 #include "llvm/Support/MathExtras.h"
 #include <cerrno>
-#include <cmath>
 using namespace llvm;
 
 //===----------------------------------------------------------------------===//
index a4de55c2c3e185f6f73eaf8c239d1074c4ee44e8..cd7000503ca7ac070e44532df4abc0081845570f 100644 (file)
@@ -75,7 +75,6 @@
 #include "llvm/Support/InstIterator.h"
 #include "llvm/Support/ManagedStatic.h"
 #include "llvm/ADT/Statistic.h"
-#include <cmath>
 #include <iostream>
 #include <algorithm>
 using namespace llvm;
index e1cd741d7a886a17ce64d42176dcf3bde86df15a..472a8d71361d7e19bd316736b25e53d5d7cf018f 100644 (file)
@@ -33,7 +33,6 @@
 #include "llvm/ADT/Statistic.h"
 #include "llvm/ADT/STLExtras.h"
 #include <algorithm>
-#include <cmath>
 #include <iostream>
 using namespace llvm;
 
index 2aea512b16dbb76fc575a0a119521b3a5c98d520..9a358faea0134a33686dcb54bef950e690b317f2 100644 (file)
@@ -29,7 +29,6 @@
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/Compiler.h"
 #include <algorithm>
-#include <cmath>
 #include <iostream>
 #include <set>
 #include <queue>
index a1f3f7bcd4906a7cd1da870892347dbabed194c5..bdb2d5e2f17163a5ad3236ad965f618e4073a7fc 100644 (file)
@@ -38,7 +38,6 @@
 #include "llvm/Support/Compiler.h"
 #include "llvm/Support/CommandLine.h"
 #include <algorithm>
-#include <cmath>
 #include <iostream>
 #include <algorithm>
 using namespace llvm;
index ef9e3f5a1b0f59622464abb74313d07d59bd67be..f2e9ea8c83c1f288c5a8ea0fb8220ac8bbcb1d41 100644 (file)
@@ -28,7 +28,6 @@
 #include "llvm/ADT/StringExtras.h"
 #include <iostream>
 #include <set>
-#include <cmath>
 #include <algorithm>
 using namespace llvm;
 
index da1fe54dfa398d680aac3e8f9c502e811cb1cc66..928a819cd00e96fdecad4fca960889149e66a2ab 100644 (file)
@@ -20,7 +20,6 @@
 #include "llvm/Support/GetElementPtrTypeIterator.h"
 #include "llvm/ADT/Statistic.h"
 #include "llvm/Support/Debug.h"
-#include <cmath>  // For fmod
 using namespace llvm;
 
 namespace {
index 67fa983d9efe4c6625e660592c298f0ceb6c709d..28bb9bfeda26964f8c54d0aa446e491263732aaf 100644 (file)
@@ -24,7 +24,6 @@
 #include "llvm/Module.h"
 #include "llvm/System/DynamicLibrary.h"
 #include "llvm/Target/TargetData.h"
-#include <cmath>
 #include <csignal>
 #include <map>
 using std::vector;
index 2160c77d8a0f2b23b250d69ad164138c59b7073e..ea7822a2c4b466aa4ed802c8fd4b84b3625f4e58 100644 (file)
@@ -16,7 +16,6 @@
 #include "llvm/System/Path.h"
 #include "llvm/System/MappedFile.h"
 #include "llvm/ADT/StringExtras.h"
-#include <cmath>
 #include <cstring>
 #include <cctype>
 using namespace llvm;
index 1e032a3bd0bb5c41722e6159105f650b6423870c..9a16bfccb37a1d06ca15041c75d3c081d786d7fb 100644 (file)
@@ -21,7 +21,6 @@
 #include "llvm/Support/GetElementPtrTypeIterator.h"
 #include "llvm/Support/MathExtras.h"
 #include <cerrno>
-#include <cmath>
 using namespace llvm;
 
 //===----------------------------------------------------------------------===//
index 28993d5224732731819712dd0c466b9dc74c2992..64dd1b12348ab22b60d0c4c9ff3795c17abdff1a 100644 (file)
@@ -28,7 +28,6 @@
 #include "llvm/Support/ManagedStatic.h"
 #include "llvm/Support/MathExtras.h"
 #include <limits>
-#include <cmath>
 using namespace llvm;
 
 namespace {