summaryrefslogtreecommitdiff
path: root/include/llvm/Support/DataTypes.h.in
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-06-04 19:11:04 +0000
committerChris Lattner <sabre@nondot.org>2004-06-04 19:11:04 +0000
commitd1e89d657cfd731c3c655ae43c1b0bdbc7fc78ec (patch)
tree06423a6a75d34d76096f75a9e142602099ab9868 /include/llvm/Support/DataTypes.h.in
parent2908ca78b0ec8f38cde679a7af12068a32fd84d1 (diff)
downloadllvm-d1e89d657cfd731c3c655ae43c1b0bdbc7fc78ec.tar.gz
llvm-d1e89d657cfd731c3c655ae43c1b0bdbc7fc78ec.tar.bz2
llvm-d1e89d657cfd731c3c655ae43c1b0bdbc7fc78ec.tar.xz
Add more needed typedefs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14014 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/DataTypes.h.in')
-rw-r--r--include/llvm/Support/DataTypes.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/Support/DataTypes.h.in b/include/llvm/Support/DataTypes.h.in
index d2269b306f..895aa93509 100644
--- a/include/llvm/Support/DataTypes.h.in
+++ b/include/llvm/Support/DataTypes.h.in
@@ -39,6 +39,8 @@
// built-in data types.
typedef __int64 int64_t;
typedef unsigned __int64 uint64_t;
+typedef int int32_t;
+typedef unsigned uint32_t;
#endif
#if !defined(INT64_MAX)