fix typo
authorChris Lattner <sabre@nondot.org>
Thu, 22 Dec 2011 19:20:51 +0000 (19:20 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 22 Dec 2011 19:20:51 +0000 (19:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147159 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Type.h

index 4b5f434057eb2d99dc6bc0807b05fb44661a31f5..716751a94e2522ff6da6961a8638d59ff118ba88 100644 (file)
@@ -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)