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

Brian Gaeke gaeke at cs.uiuc.edu
Fri Apr 16 10:58:01 PDT 2004


Changes in directory llvm/lib/Transforms/Utils:

Local.cpp updated: 1.19 -> 1.20

---
Log message:

Include <cmath> for compatibility with gcc 3.0.x (the system compiler on
Debian.)


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

Index: llvm/lib/Transforms/Utils/Local.cpp
diff -u llvm/lib/Transforms/Utils/Local.cpp:1.19 llvm/lib/Transforms/Utils/Local.cpp:1.20
--- llvm/lib/Transforms/Utils/Local.cpp:1.19	Tue Apr 13 14:28:52 2004
+++ llvm/lib/Transforms/Utils/Local.cpp	Fri Apr 16 10:57:32 2004
@@ -15,6 +15,7 @@
 #include "llvm/Transforms/Utils/Local.h"
 #include "llvm/Constants.h"
 #include "llvm/Instructions.h"
+#include <cmath>
 using namespace llvm;
 
 //===----------------------------------------------------------------------===//





More information about the llvm-commits mailing list