[llvm-commits] CVS: llvm/lib/CodeGen/LiveIntervalAnalysis.cpp RegAllocLinearScan.cpp
Jim Laskey
jlaskey at apple.com
Wed Nov 8 11:17:07 PST 2006
Changes in directory llvm/lib/CodeGen:
LiveIntervalAnalysis.cpp updated: 1.192 -> 1.193
RegAllocLinearScan.cpp updated: 1.130 -> 1.131
---
Log message:
Remove redundant <cmath>.
---
Diffs of the changes: (+0 -2)
LiveIntervalAnalysis.cpp | 1 -
RegAllocLinearScan.cpp | 1 -
2 files changed, 2 deletions(-)
Index: llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
diff -u llvm/lib/CodeGen/LiveIntervalAnalysis.cpp:1.192 llvm/lib/CodeGen/LiveIntervalAnalysis.cpp:1.193
--- llvm/lib/CodeGen/LiveIntervalAnalysis.cpp:1.192 Tue Nov 7 12:04:58 2006
+++ llvm/lib/CodeGen/LiveIntervalAnalysis.cpp Wed Nov 8 13:16:43 2006
@@ -33,7 +33,6 @@
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/STLExtras.h"
#include <algorithm>
-#include <cmath>
#include <iostream>
using namespace llvm;
Index: llvm/lib/CodeGen/RegAllocLinearScan.cpp
diff -u llvm/lib/CodeGen/RegAllocLinearScan.cpp:1.130 llvm/lib/CodeGen/RegAllocLinearScan.cpp:1.131
--- llvm/lib/CodeGen/RegAllocLinearScan.cpp:1.130 Tue Nov 7 06:25:45 2006
+++ llvm/lib/CodeGen/RegAllocLinearScan.cpp Wed Nov 8 13:16:43 2006
@@ -29,7 +29,6 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/Compiler.h"
#include <algorithm>
-#include <cmath>
#include <iostream>
#include <set>
#include <queue>
More information about the llvm-commits
mailing list