diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-06-04 19:11:04 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-06-04 19:11:04 +0000 |
| commit | 72e76982f73af2c72d1ee4e90468dc958c7b9b33 (patch) | |
| tree | b8100a79173e6779891543cf66cefae7ecab3f6e /llvm/include | |
| parent | b80110f66728407f8eaae3d81650ebfc583b80fb (diff) | |
| download | bcm5719-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.in | 2 |
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) |

