Author: lattner
Date: Thu Jul 29 13:19:50 2010
New Revision: 109786

URL: http://llvm.org/viewvc/llvm-project?rev=109786&view=rev
Log:
Look at me, I can count!

Modified:
    cfe/trunk/lib/CodeGen/TargetInfo.cpp

Modified: cfe/trunk/lib/CodeGen/TargetInfo.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/TargetInfo.cpp?rev=109786&r1=109785&r2=109786&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/TargetInfo.cpp (original)
+++ cfe/trunk/lib/CodeGen/TargetInfo.cpp Thu Jul 29 13:19:50 2010
@@ -1303,7 +1303,7 @@
 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,


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to