[llvm-commits] CVS: llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp

Brian Gaeke gaeke at cs.uiuc.edu
Sat Sep 20 22:58:01 PDT 2003


Changes in directory llvm/lib/CodeGen/RegAlloc:

PhyRegAlloc.cpp updated: 1.112 -> 1.113

---
Log message:

Use C++ math header instead of C version.


---
Diffs of the changes:

Index: llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
diff -u llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp:1.112 llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp:1.113
--- llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp:1.112	Sat Sep 20 21:50:21 2003
+++ llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp	Sat Sep 20 22:57:37 2003
@@ -23,7 +23,7 @@
 #include "Support/STLExtras.h"
 #include "Support/SetOperations.h"
 #include "Support/CommandLine.h"
-#include <math.h>
+#include <cmath>
 
 RegAllocDebugLevel_t DEBUG_RA;
 





More information about the llvm-commits mailing list