[llvm-commits] CVS: reopt/lib/Inst/rtl/pprtl.cpp

Brian Gaeke gaeke at cs.uiuc.edu
Fri Oct 10 13:46:02 PDT 2003


Changes in directory reopt/lib/Inst/rtl:

pprtl.cpp updated: 1.3 -> 1.4

---
Log message:

Reflow head-of-file comment.
Include <cstdio> and <cstdlib> instead of <stdio.h> and <stdlib.h>.


---
Diffs of the changes:  (+4 -3)

Index: reopt/lib/Inst/rtl/pprtl.cpp
diff -u reopt/lib/Inst/rtl/pprtl.cpp:1.3 reopt/lib/Inst/rtl/pprtl.cpp:1.4
--- reopt/lib/Inst/rtl/pprtl.cpp:1.3	Tue Jun 24 10:39:54 2003
+++ reopt/lib/Inst/rtl/pprtl.cpp	Fri Oct 10 13:45:12 2003
@@ -1,11 +1,12 @@
-// Implementation of the performance primtive runtime library / "library of metrics"
+// Implementation of the performance primitive runtime library, or
+// "library of metrics"
 
 #include "pprtl.h"
 #include "papi.h"
 
 #include <sys/time.h>
-#include <stdio.h>
-#include <stdlib.h>
+#include <cstdio>
+#include <cstdlib>
 
 void pp_elapsed_time_start(double* retVal) 
 {





More information about the llvm-commits mailing list