diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-10 18:46:29 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-10 18:46:29 +0000 |
commit | e24b616faa7fc4242f807669d502a544e9b042fd (patch) | |
tree | 27ca4d9d74159e023343d5e939e192a6e1cd7331 /lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp | |
parent | 020cbd88588435f13983e1ab53b918fcec4bbf95 (diff) |
Don't include Config/stdio.h or <stdio.h>.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9031 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp')
-rw-r--r-- | lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp b/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp index f2e0a57e48..8f6ddf9cb9 100644 --- a/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp +++ b/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp @@ -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 |