summaryrefslogtreecommitdiffstats
path: root/llvm/include
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
commit72e76982f73af2c72d1ee4e90468dc958c7b9b33 (patch)
treeb8100a79173e6779891543cf66cefae7ecab3f6e /llvm/include
parentb80110f66728407f8eaae3d81650ebfc583b80fb (diff)
downloadbcm5719-llvm-72e76982f73af2c72d1ee4e90468dc958c7b9b33.tar.gz
bcm5719-llvm-72e76982f73af2c72d1ee4e90468dc958c7b9b33.zip
Add more needed typedefs
llvm-svn: 14014
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/Support/DataTypes.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/Support/DataTypes.h.in b/llvm/include/Support/DataTypes.h.in
index d2269b306fb..895aa93509c 100644
--- a/llvm/include/Support/DataTypes.h.in
+++ b/llvm/include/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)
OpenPOWER on IntegriCloud