[llvm-commits] CVS: llvm/lib/VMCore/ConstantFolding.cpp
Jim Laskey
jlaskey at apple.com
Wed Nov 8 11:17:07 PST 2006
Changes in directory llvm/lib/VMCore:
ConstantFolding.cpp updated: 1.98 -> 1.99
---
Log message:
Remove redundant <cmath>.
---
Diffs of the changes: (+0 -1)
ConstantFolding.cpp | 1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/VMCore/ConstantFolding.cpp
diff -u llvm/lib/VMCore/ConstantFolding.cpp:1.98 llvm/lib/VMCore/ConstantFolding.cpp:1.99
--- llvm/lib/VMCore/ConstantFolding.cpp:1.98 Wed Nov 8 00:47:33 2006
+++ llvm/lib/VMCore/ConstantFolding.cpp Wed Nov 8 13:16:44 2006
@@ -28,7 +28,6 @@
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/MathExtras.h"
#include <limits>
-#include <cmath>
using namespace llvm;
namespace {
More information about the llvm-commits
mailing list