[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Fri Oct 10 13:48:09 PDT 2003
Changes in directory llvm/lib/Transforms/Instrumentation/ProfilePaths:
EdgeCode.cpp updated: 1.23 -> 1.24
---
Log message:
Don't include Config/stdio.h or <stdio.h>.
---
Diffs of the changes: (+0 -1)
Index: llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp
diff -u llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp:1.23 llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp:1.24
--- llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp:1.23 Sat Aug 30 19:21:05 2003
+++ llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp Fri Oct 10 13:46:28 2003
@@ -16,7 +16,6 @@
#include "llvm/iOperators.h"
#include "llvm/iPHINode.h"
#include "llvm/Module.h"
-#include "Config/stdio.h"
#define INSERT_LOAD_COUNT
#define INSERT_STORE
More information about the llvm-commits
mailing list