aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Type.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-12-22 19:20:51 +0000
committerChris Lattner <sabre@nondot.org>2011-12-22 19:20:51 +0000
commit8f77c03c39cd874f7fc5fbb49ab6ce41e58ad63f (patch)
treed50d7ce057beb6d836304198f8e369c3659677ce /include/llvm/Type.h
parent1aa149f5acea364aa8bc9cfc3a167f78eff2e96b (diff)
downloadexternal_llvm-8f77c03c39cd874f7fc5fbb49ab6ce41e58ad63f.zip
external_llvm-8f77c03c39cd874f7fc5fbb49ab6ce41e58ad63f.tar.gz
external_llvm-8f77c03c39cd874f7fc5fbb49ab6ce41e58ad63f.tar.bz2
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147159 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Type.h')
-rw-r--r--include/llvm/Type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Type.h b/include/llvm/Type.h
index 4b5f434..716751a 100644
--- a/include/llvm/Type.h
+++ b/include/llvm/Type.h
@@ -47,7 +47,7 @@ public:
enum TypeID {
// PrimitiveTypes - make sure LastPrimitiveTyID stays up to date.
VoidTyID = 0, ///< 0: type with no size
- HalfTyID, ///< 1: 32-bit floating point type
+ HalfTyID, ///< 1: 16-bit floating point type
FloatTyID, ///< 2: 32-bit floating point type
DoubleTyID, ///< 3: 64-bit floating point type
X86_FP80TyID, ///< 4: 80-bit floating point type (X87)