From a0a6d01d4df6bb3c189314b778840507685d525a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 22 Dec 2011 19:20:51 +0000 Subject: [PATCH] fix typo llvm-svn: 147159 --- llvm/include/llvm/Type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Type.h b/llvm/include/llvm/Type.h index 4b5f434057eb..716751a94e25 100644 --- a/llvm/include/llvm/Type.h +++ b/llvm/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)