summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-10-10 18:46:29 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-10-10 18:46:29 +0000
commitcc31fddf134493d7046c88ea46baf4975eb77378 (patch)
treead4b9aaf5398e4656cb1c7e0e1f631d2825b7ace /llvm/lib
parente90fc1f163f2bf4a785674b7da93f078b9461f76 (diff)
downloadbcm5719-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')
-rw-r--r--llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp1
-rw-r--r--llvm/lib/ExecutionEngine/JIT/Emitter.cpp1
-rw-r--r--llvm/lib/Support/Timer.cpp2
-rw-r--r--llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp1
-rw-r--r--llvm/lib/VMCore/Pass.cpp1
5 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp b/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
index 12a2936b0c5..8aeb2c03d33 100644
--- a/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
+++ b/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
@@ -22,7 +22,6 @@
#include "Config/dlfcn.h"
#include "Config/link.h"
#include <cmath>
-#include "Config/stdio.h"
#include "Support/DynamicLinker.h"
using std::vector;
diff --git a/llvm/lib/ExecutionEngine/JIT/Emitter.cpp b/llvm/lib/ExecutionEngine/JIT/Emitter.cpp
index a7ab0355752..982eadd12fa 100644
--- a/llvm/lib/ExecutionEngine/JIT/Emitter.cpp
+++ b/llvm/lib/ExecutionEngine/JIT/Emitter.cpp
@@ -19,7 +19,6 @@
#include "Support/Statistic.h"
#include "Config/unistd.h"
#include "Config/sys/mman.h"
-#include <stdio.h>
namespace {
Statistic<> NumBytes("jello", "Number of bytes of machine code compiled");
diff --git a/llvm/lib/Support/Timer.cpp b/llvm/lib/Support/Timer.cpp
index 2542a6a2b4c..30a7fbb3bd1 100644
--- a/llvm/lib/Support/Timer.cpp
+++ b/llvm/lib/Support/Timer.cpp
@@ -6,12 +6,10 @@
#include "Support/Timer.h"
#include "Support/CommandLine.h"
-
#include "Config/sys/resource.h"
#include "Config/sys/time.h"
#include "Config/unistd.h"
#include "Config/malloc.h"
-#include "Config/stdio.h"
#include <iostream>
#include <algorithm>
#include <functional>
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
diff --git a/llvm/lib/VMCore/Pass.cpp b/llvm/lib/VMCore/Pass.cpp
index ccb0ef90d19..998364a5433 100644
--- a/llvm/lib/VMCore/Pass.cpp
+++ b/llvm/lib/VMCore/Pass.cpp
@@ -11,7 +11,6 @@
#include "llvm/Module.h"
#include "Support/STLExtras.h"
#include "Support/TypeInfo.h"
-#include "Config/stdio.h"
#include "Config/sys/resource.h"
#include "Config/sys/time.h"
#include "Config/unistd.h"
OpenPOWER on IntegriCloud