From cb9b9d52b42da0fd6f639a79f6096cf8cf509bf9 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Sun, 5 Jul 2009 22:23:28 +0000 Subject: [PATCH] There are *four* lights! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74804 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Type.h b/include/llvm/Type.h index d439233d8c0..e87ddb4e1d6 100644 --- a/include/llvm/Type.h +++ b/include/llvm/Type.h @@ -191,7 +191,7 @@ public: /// 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; }