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

John Criswell criswell at cs.uiuc.edu
Mon Jun 30 17:01:54 PDT 2003


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

EdgeCode.cpp updated: 1.21 -> 1.22
ProfilePaths.cpp updated: 1.28 -> 1.29

---
Log message:

Merged in autoconf branch.  This provides configuration via the autoconf
system.


---
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.22
--- 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 30 16:58:52 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.29
--- 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 30 16:58:52 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