diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-10 19:12:22 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-10 19:12:22 +0000 |
commit | 82a036fd192ac71b1326f6a4e67cef5c0514f476 (patch) | |
tree | fb6c0c0b4ea739ffe0ed444502c5a2e0403954a2 | |
parent | 778fab283e08a9afa2d1af75ef090958dcc04d97 (diff) | |
download | external_llvm-82a036fd192ac71b1326f6a4e67cef5c0514f476.zip external_llvm-82a036fd192ac71b1326f6a4e67cef5c0514f476.tar.gz external_llvm-82a036fd192ac71b1326f6a4e67cef5c0514f476.tar.bz2 |
Don't include "Config/stdlib.h".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9037 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Linker/LinkArchives.cpp | 1 | ||||
-rw-r--r-- | lib/Target/SparcV9/SparcV9InstrInfo.cpp | 1 | ||||
-rw-r--r-- | tools/gccld/Linker.cpp | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/lib/Linker/LinkArchives.cpp b/lib/Linker/LinkArchives.cpp index 5989925..2afe5c1 100644 --- a/lib/Linker/LinkArchives.cpp +++ b/lib/Linker/LinkArchives.cpp @@ -18,7 +18,6 @@ #include "Support/FileUtilities.h" #include "Support/Signals.h" #include "Support/SystemUtils.h" -#include "Config/stdlib.h" #include <algorithm> #include <fstream> #include <memory> diff --git a/lib/Target/SparcV9/SparcV9InstrInfo.cpp b/lib/Target/SparcV9/SparcV9InstrInfo.cpp index 9988bbd..1807ea0 100644 --- a/lib/Target/SparcV9/SparcV9InstrInfo.cpp +++ b/lib/Target/SparcV9/SparcV9InstrInfo.cpp @@ -13,7 +13,6 @@ #include "llvm/Function.h" #include "llvm/Constants.h" #include "llvm/DerivedTypes.h" -#include "Config/stdlib.h" static const uint32_t MAXLO = (1 << 10) - 1; // set bits set by %lo(*) static const uint32_t MAXSIMM = (1 << 12) - 1; // set bits in simm13 field of OR diff --git a/tools/gccld/Linker.cpp b/tools/gccld/Linker.cpp index 5989925..2afe5c1 100644 --- a/tools/gccld/Linker.cpp +++ b/tools/gccld/Linker.cpp @@ -18,7 +18,6 @@ #include "Support/FileUtilities.h" #include "Support/Signals.h" #include "Support/SystemUtils.h" -#include "Config/stdlib.h" #include <algorithm> #include <fstream> #include <memory> |