llvm-svn: 147159
This commit is contained in:
Chris Lattner 2011-12-22 19:20:51 +00:00
parent 489ed5929e
commit a0a6d01d4d
1 changed files with 1 additions and 1 deletions

View 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)