mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 06:27:16 +00:00
There are five floating point types.
llvm-svn: 74806
This commit is contained in:
parent
27cfb5984c
commit
c7655d0328
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user