[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp ProfilePaths.cpp

John Criswell criswell at choi.cs.uiuc.edu
Mon Jun 23 14:08:21 PDT 2003


Changes in directory llvm/lib/Transforms/Instrumentation/ProfilePaths:

EdgeCode.cpp updated: 1.21 -> 1.21.2.1
ProfilePaths.cpp updated: 1.28 -> 1.28.2.1

---
Log message:

Initial autoconf checkin.


---
Diffs of the changes:

Index: llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp
diff -u llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp:1.21 llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp:1.21.2.1
--- llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp:1.21	Thu Jun  5 01:02:27 2003
+++ llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp	Mon Jun 23 14:07:10 2003
@@ -16,7 +16,7 @@
 #include "llvm/iOperators.h"
 #include "llvm/iPHINode.h"
 #include "llvm/Module.h"
-#include <stdio.h>
+#include "Config/stdio.h"
 
 #define INSERT_LOAD_COUNT
 #define INSERT_STORE


Index: llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp
diff -u llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp:1.28 llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp:1.28.2.1
--- llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp:1.28	Thu Jun  5 01:02:46 2003
+++ llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp	Mon Jun 23 14:07:10 2003
@@ -34,7 +34,7 @@
 #include "llvm/Module.h"
 #include "Graph.h"
 #include <fstream>
-#include <stdio.h>
+#include "Config/stdio.h"
 using std::vector;
 
 struct ProfilePaths : public FunctionPass {





More information about the llvm-commits mailing list