mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Fix comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113728 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
86e05af491
commit
e37c9e59b4
@ -213,7 +213,7 @@ public:
|
||||
bool isFloatingPointTy() const { return ID == FloatTyID || ID == DoubleTyID ||
|
||||
ID == X86_FP80TyID || ID == FP128TyID || ID == PPC_FP128TyID; }
|
||||
|
||||
/// isPPC_FP128Ty - Return true if this is X86 MMX.
|
||||
/// isX86_MMXTy - Return true if this is X86 MMX.
|
||||
bool isX86_MMXTy() const { return ID == X86_MMXTyID; }
|
||||
|
||||
/// isFPOrFPVectorTy - Return true if this is a FP type or a vector of FP.
|
||||
|
Loading…
x
Reference in New Issue
Block a user