[llvm-commits] [llvm] r113728 - /llvm/trunk/include/llvm/Type.h
Dale Johannesen
dalej at apple.com
Sun Sep 12 15:36:13 PDT 2010
Author: johannes
Date: Sun Sep 12 17:36:13 2010
New Revision: 113728
URL: http://llvm.org/viewvc/llvm-project?rev=113728&view=rev
Log:
Fix comment typo.
Modified:
llvm/trunk/include/llvm/Type.h
Modified: llvm/trunk/include/llvm/Type.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Type.h?rev=113728&r1=113727&r2=113728&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Type.h (original)
+++ llvm/trunk/include/llvm/Type.h Sun Sep 12 17:36:13 2010
@@ -213,7 +213,7 @@
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.
More information about the llvm-commits
mailing list