summaryrefslogtreecommitdiff
path: root/include/llvm/Support/DataTypes.h.cmake
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-10-11 20:02:49 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-10-11 20:02:49 +0000
commitb5e8bc1fac7475ae8e2d0f8210bd72b7fe04df4b (patch)
treebe495711047e1f306bd53ab0881ef5da090e80c1 /include/llvm/Support/DataTypes.h.cmake
parent830378f6628ad3af1d0293a0b605065532f99e43 (diff)
downloadllvm-b5e8bc1fac7475ae8e2d0f8210bd72b7fe04df4b.tar.gz
llvm-b5e8bc1fac7475ae8e2d0f8210bd72b7fe04df4b.tar.bz2
llvm-b5e8bc1fac7475ae8e2d0f8210bd72b7fe04df4b.tar.xz
Support/DataTypes.h: Clean up some types and add matching (but presumably
unused) code from .cmake to DataTypes.h.in so that the files are essentially in sync module differences in autoconf/cmake replacement syntax. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141702 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/DataTypes.h.cmake')
-rw-r--r--include/llvm/Support/DataTypes.h.cmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/llvm/Support/DataTypes.h.cmake b/include/llvm/Support/DataTypes.h.cmake
index 23d87fbb89..8c0220a489 100644
--- a/include/llvm/Support/DataTypes.h.cmake
+++ b/include/llvm/Support/DataTypes.h.cmake
@@ -15,12 +15,14 @@
|* [u]int(32|64)_t : typedefs for signed and unsigned 32/64 bit system types*|
|* [U]INT(8|16|32|64)_(MIN|MAX) : Constants for the min and max values. *|
|* *|
-|* No library is required when using these functinons. *|
+|* No library is required when using these functions. *|
|* *|
|*===----------------------------------------------------------------------===*/
/* Please leave this file C-compatible. */
+/* Please keep this file in sync with DataTypes.h.in */
+
#ifndef SUPPORT_DATATYPES_H
#define SUPPORT_DATATYPES_H