There are five floating point types.

llvm-svn: 74806
This commit is contained in:
Nick Lewycky 2009-07-05 22:35:49 +00:00
parent 245f229df4
commit d687b0380c
1 changed files with 1 additions and 1 deletions

View File

@ -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; }