]> granicus.if.org Git - clang/commitdiff
Look at me, I can count!
authorChris Lattner <sabre@nondot.org>
Thu, 29 Jul 2010 18:19:50 +0000 (18:19 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 29 Jul 2010 18:19:50 +0000 (18:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109786 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/TargetInfo.cpp

index ec52b93bdf8793348046ab5942a7a491c8719f6a..6ce824ba1896479b72e06d5b88dede557b48d8e0 100644 (file)
@@ -1303,7 +1303,7 @@ static bool BitsContainNoUserData(QualType Ty, unsigned StartBit,
 const llvm::Type *X86_64ABIInfo::
 GetSSETypeAtOffset(const llvm::Type *IRType, unsigned IROffset,
                    QualType SourceTy, unsigned SourceOffset) const {
-  // The only two choices we have are either double, <2 x float>, or float.  We
+  // The only three choices we have are either double, <2 x float>, or float. We
   // pass as float if the last 4 bytes is just padding.  This happens for
   // structs that contain 3 floats.
   if (BitsContainNoUserData(SourceTy, SourceOffset*8+32,