From: Chris Lattner Date: Fri, 4 Jun 2004 19:11:04 +0000 (+0000) Subject: Add more needed typedefs X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d1e89d657cfd731c3c655ae43c1b0bdbc7fc78ec;p=oota-llvm.git Add more needed typedefs git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14014 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/Support/DataTypes.h.in b/include/Support/DataTypes.h.in index d2269b306fb..895aa93509c 100644 --- a/include/Support/DataTypes.h.in +++ b/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) diff --git a/include/llvm/Support/DataTypes.h.in b/include/llvm/Support/DataTypes.h.in index d2269b306fb..895aa93509c 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)