diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2009-07-05 22:35:49 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2009-07-05 22:35:49 +0000 |
| commit | d687b0380c145ad5ec6b8205e92c41e5d914e26a (patch) | |
| tree | 717bbe85ba1b7504c651a69de8ba989d2161c156 | |
| parent | 245f229df440ae1d1fc41ecb82e9bbe0ea027bbd (diff) | |
| download | bcm5719-llvm-d687b0380c145ad5ec6b8205e92c41e5d914e26a.tar.gz bcm5719-llvm-d687b0380c145ad5ec6b8205e92c41e5d914e26a.zip | |
There are five floating point types.
llvm-svn: 74806
| -rw-r--r-- | llvm/include/llvm/Type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Type.h b/llvm/include/llvm/Type.h index e87ddb4e1d6..d4f86f0b5c4 100644 --- a/llvm/include/llvm/Type.h +++ b/llvm/include/llvm/Type.h @@ -191,7 +191,7 @@ public: /// bool isIntOrIntVector() const; - /// isFloatingPoint - Return true if this is one of the three floating point + /// isFloatingPoint - Return true if this is one of the five floating point /// types bool isFloatingPoint() const { return ID == FloatTyID || ID == DoubleTyID || ID == X86_FP80TyID || ID == FP128TyID || ID == PPC_FP128TyID; } |

