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 | cc31fddf134493d7046c88ea46baf4975eb77378 (patch) | |
tree | ad4b9aaf5398e4656cb1c7e0e1f631d2825b7ace /llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp | |
parent | e90fc1f163f2bf4a785674b7da93f078b9461f76 (diff) | |
download | bcm5719-llvm-cc31fddf134493d7046c88ea46baf4975eb77378.tar.gz bcm5719-llvm-cc31fddf134493d7046c88ea46baf4975eb77378.zip |
Don't include Config/stdio.h or <stdio.h>.
llvm-svn: 9031
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp')
-rw-r--r-- | llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp index f2e0a57e48e..8f6ddf9cb95 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp +++ b/llvm/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 |