[llvm-commits] [llvm] r147159 - /llvm/trunk/include/llvm/Type.h

Chris Lattner sabre at nondot.org
Thu Dec 22 11:20:52 PST 2011


Author: lattner
Date: Thu Dec 22 13:20:51 2011
New Revision: 147159

URL: http://llvm.org/viewvc/llvm-project?rev=147159&view=rev
Log:
fix typo

Modified:
    llvm/trunk/include/llvm/Type.h

Modified: llvm/trunk/include/llvm/Type.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Type.h?rev=147159&r1=147158&r2=147159&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Type.h (original)
+++ llvm/trunk/include/llvm/Type.h Thu Dec 22 13:20:51 2011
@@ -47,7 +47,7 @@
   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)





More information about the llvm-commits mailing list