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

Nick Lewycky nicholas at mxc.ca
Sun Jul 5 15:23:28 PDT 2009


Author: nicholas
Date: Sun Jul  5 17:23:28 2009
New Revision: 74804

URL: http://llvm.org/viewvc/llvm-project?rev=74804&view=rev
Log:
There are *four* lights!

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=74804&r1=74803&r2=74804&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Type.h (original)
+++ llvm/trunk/include/llvm/Type.h Sun Jul  5 17:23:28 2009
@@ -191,7 +191,7 @@
   ///
   bool isIntOrIntVector() const;
   
-  /// isFloatingPoint - Return true if this is one of the two floating point
+  /// isFloatingPoint - Return true if this is one of the three floating point
   /// types
   bool isFloatingPoint() const { return ID == FloatTyID || ID == DoubleTyID ||
       ID == X86_FP80TyID || ID == FP128TyID || ID == PPC_FP128TyID; }





More information about the llvm-commits mailing list