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 | 2797c131ef24101572aaf871e391c544539e8835 (patch) | |
tree | 5933f4d561d7cbe2075560958bf696763662a041 /llvm/lib/Target/Sparc/SparcInstrInfo.cpp | |
parent | bc127098889339e2f8005b62b903c935203316c3 (diff) | |
download | bcm5719-llvm-2797c131ef24101572aaf871e391c544539e8835.tar.gz bcm5719-llvm-2797c131ef24101572aaf871e391c544539e8835.zip |
Don't include "Config/stdlib.h".
llvm-svn: 9037
Diffstat (limited to 'llvm/lib/Target/Sparc/SparcInstrInfo.cpp')
-rw-r--r-- | llvm/lib/Target/Sparc/SparcInstrInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Sparc/SparcInstrInfo.cpp b/llvm/lib/Target/Sparc/SparcInstrInfo.cpp index 9988bbd43f2..1807ea04144 100644 --- a/llvm/lib/Target/Sparc/SparcInstrInfo.cpp +++ b/llvm/lib/Target/Sparc/SparcInstrInfo.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 |