mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
There are five floating point types.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74806 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -191,7 +191,7 @@ public:
|
|||||||
///
|
///
|
||||||
bool isIntOrIntVector() const;
|
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
|
/// types
|
||||||
bool isFloatingPoint() const { return ID == FloatTyID || ID == DoubleTyID ||
|
bool isFloatingPoint() const { return ID == FloatTyID || ID == DoubleTyID ||
|
||||||
ID == X86_FP80TyID || ID == FP128TyID || ID == PPC_FP128TyID; }
|
ID == X86_FP80TyID || ID == FP128TyID || ID == PPC_FP128TyID; }
|
||||||
|
Reference in New Issue
Block a user