[llvm-commits] CVS: llvm/lib/Transforms/Utils/Local.cpp

Jim Laskey jlaskey at apple.com
Wed Nov 8 11:17:08 PST 2006



Changes in directory llvm/lib/Transforms/Utils:

Local.cpp updated: 1.60 -> 1.61
---
Log message:

Remove redundant <cmath>.

---
Diffs of the changes:  (+0 -1)

 Local.cpp |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/lib/Transforms/Utils/Local.cpp
diff -u llvm/lib/Transforms/Utils/Local.cpp:1.60 llvm/lib/Transforms/Utils/Local.cpp:1.61
--- llvm/lib/Transforms/Utils/Local.cpp:1.60	Wed Nov  8 00:47:33 2006
+++ llvm/lib/Transforms/Utils/Local.cpp	Wed Nov  8 13:16:44 2006
@@ -21,7 +21,6 @@
 #include "llvm/Support/GetElementPtrTypeIterator.h"
 #include "llvm/Support/MathExtras.h"
 #include <cerrno>
-#include <cmath>
 using namespace llvm;
 
 //===----------------------------------------------------------------------===//






More information about the llvm-commits mailing list