Fix comment typo.

llvm-svn: 113728
This commit is contained in:
Dale Johannesen 2010-09-12 22:36:13 +00:00
parent ff24bf78ea
commit 6960d4a83d
1 changed files with 1 additions and 1 deletions

View File

@ -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.