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;
 
 
//===----------------------------------------------------------------------===//



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to